configuration.yaml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. # custom_components.philips_airpurifier_coap: debug
  18. # aioairctrl: debug
  19. #coap: debug
  20. # logs:
  21. # homeassistant.components.mqtt: debug
  22. # logs:
  23. # rflink: debug
  24. # homeassistant.components.rflink: debug
  25. history:
  26. system_health:
  27. http:
  28. use_x_forwarded_for: true
  29. trusted_proxies:
  30. - 192.168.1.110
  31. mqtt:
  32. broker: hagaholm.ddns.net
  33. port: 1883
  34. pyscript:
  35. allow_all_imports: true
  36. rflink:
  37. host: 127.0.0.1
  38. port: 12345
  39. wait_for_ack: false
  40. ignore_devices:
  41. - newkaku_000001_01
  42. #volvooncall:
  43. # username: thomas.chef@volvo.com
  44. # password: !secret voc_password
  45. # scandinavian_miles: true
  46. # mutable: false
  47. binary_sensor:
  48. - platform: rflink
  49. devices:
  50. newkaku_02ddc7fa_4:
  51. name: Bedroom door raw sensor
  52. device_class: door
  53. force_update: true
  54. - platform: workday
  55. country: SE
  56. # Text to speech
  57. tts:
  58. - platform: google_translate
  59. switch: !include switches.yaml
  60. input_boolean: !include input_booleans.yaml
  61. input_number: !include input_numbers.yaml
  62. sensor: !include sensors.yaml
  63. light: !include lights.yaml
  64. group: !include groups.yaml
  65. automation: !include automations.yaml
  66. script: !include scripts.yaml
  67. scene: !include scenes.yaml