configuration.yaml 960 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. config:
  2. frontend:
  3. homeassistant:
  4. counter:
  5. logbook:
  6. notify:
  7. input_datetime:
  8. input_number:
  9. input_select:
  10. input_text:
  11. timer:
  12. recorder:
  13. purge_keep_days: 5
  14. db_url: mysql://hassio:hassiopassword@192.168.1.110/hass?charset=utf8
  15. logger:
  16. default: info
  17. logs:
  18. rflink: debug
  19. # homeassistant.components.rflink: debug
  20. history:
  21. pyscript:
  22. allow_all_imports: true
  23. rflink:
  24. host: 127.0.0.1
  25. port: 12345
  26. wait_for_ack: false
  27. ignore_devices:
  28. - newkaku_000001_01
  29. binary_sensor:
  30. - platform: rflink
  31. devices:
  32. newkaku_02ddc7fa_4:
  33. name: Bedroom door
  34. device_class: door
  35. - platform: workday
  36. country: SE
  37. # Text to speech
  38. tts:
  39. - platform: google_translate
  40. switch: !include switches.yaml
  41. input_boolean: !include input_booleans.yaml
  42. sensor: !include sensors.yaml
  43. light: !include lights.yaml
  44. group: !include groups.yaml
  45. automation: !include automations.yaml
  46. script: !include scripts.yaml
  47. scene: !include scenes.yaml