configuration.yaml 1.1 KB

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