configuration.yaml 708 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. config:
  2. frontend:
  3. homeassistant:
  4. counter:
  5. logbook:
  6. notify:
  7. input_boolean:
  8. input_datetime:
  9. input_number:
  10. input_select:
  11. input_text:
  12. timer:
  13. recorder:
  14. purge_keep_days: 5
  15. db_url: mysql://hassio:hassiopassword@192.168.1.110/hass?charset=utf8
  16. logger:
  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. # Text to speech
  28. tts:
  29. - platform: google_translate
  30. input_boolean: !include input_booleans.yaml
  31. sensor: !include sensors.yaml
  32. light: !include lights.yaml
  33. group: !include groups.yaml
  34. automation: !include automations.yaml
  35. script: !include scripts.yaml
  36. scene: !include scenes.yaml