configuration.yaml 693 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. logs:
  17. rflink: debug
  18. homeassistant.components.rflink: debug
  19. history:
  20. pyscript:
  21. allow_all_imports: true
  22. rflink:
  23. host: 127.0.0.1
  24. port: 12345
  25. wait_for_ack: false
  26. # Text to speech
  27. tts:
  28. - platform: google_translate
  29. input_boolean: !include input_booleans.yaml
  30. sensor: !include sensors.yaml
  31. light: !include lights.yaml
  32. group: !include groups.yaml
  33. automation: !include automations.yaml
  34. script: !include scripts.yaml
  35. scene: !include scenes.yaml