configuration.yaml 899 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. ignore_devices:
  27. - newkaku_000001_01
  28. binary_sensor:
  29. - platform: rflink
  30. devices:
  31. newkaku_02ddc7fa_4:
  32. name: Bedroom door
  33. device_class: door
  34. # Text to speech
  35. tts:
  36. - platform: google_translate
  37. switch: !include switches.yaml
  38. input_boolean: !include input_booleans.yaml
  39. sensor: !include sensors.yaml
  40. light: !include lights.yaml
  41. group: !include groups.yaml
  42. automation: !include automations.yaml
  43. script: !include scripts.yaml
  44. scene: !include scenes.yaml