configuration.yaml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. config:
  2. #frontend:
  3. homeassistant:
  4. packages: !include_dir_named packages
  5. counter:
  6. logbook:
  7. notify:
  8. input_datetime:
  9. input_select:
  10. input_text:
  11. timer:
  12. recorder:
  13. purge_keep_days: 30
  14. db_url: mysql://hassio:hassiopassword@192.168.1.110/hass?charset=utf8
  15. logger:
  16. default: info
  17. logs:
  18. habluetooth.wrappers: warning
  19. # logs:
  20. # custom_components.philips_airpurifier_coap: debug
  21. # aioairctrl: debug
  22. #coap: debug
  23. # logs:
  24. # homeassistant.components.mqtt: debug
  25. # logs:
  26. # rflink: debug
  27. # homeassistant.components.rflink: debug
  28. #lovelace:
  29. # resources:
  30. # - url: /local/time-picker-card.js
  31. # type: module
  32. frontend:
  33. extra_module_url:
  34. - /local/card-mod.js
  35. - /local/time-picker-card.js
  36. mobile_app:
  37. input_button:
  38. history:
  39. system_health:
  40. http:
  41. use_x_forwarded_for: true
  42. trusted_proxies:
  43. - 192.168.1.110
  44. pyscript:
  45. allow_all_imports: true
  46. rflink:
  47. host: 127.0.0.1
  48. port: 12345
  49. wait_for_ack: false
  50. ignore_devices:
  51. - newkaku_000001_01
  52. #volvooncall:
  53. # username: thomas.chef@volvo.com
  54. # password: !secret voc_password
  55. # scandinavian_miles: true
  56. # mutable: false
  57. binary_sensor:
  58. - platform: rflink
  59. devices:
  60. newkaku_02ddc7fa_4:
  61. name: Bedroom door raw sensor
  62. device_class: door
  63. force_update: true
  64. # Text to speech
  65. tts:
  66. - platform: google_translate
  67. switch: !include switches.yaml
  68. input_boolean: !include input_booleans.yaml
  69. input_number: !include input_numbers.yaml
  70. light: !include lights.yaml
  71. group: !include groups.yaml
  72. automation: !include automations.yaml
  73. script: !include scripts.yaml
  74. scene: !include scenes.yaml
  75. mqtt: !include mqtt.yaml
  76. # These are done in the UI. Because they stopped working after 2023_12 update
  77. #sql:
  78. #- name: "Exterior light status"
  79. # db_url: mysql://hassio:hassiopassword@192.168.1.110/RemoteRxLog
  80. # query: "SELECT IF(onOff>0,'on','off') AS status FROM RemoteRxLog.nexaLog where rxTx='R' and remote_id = '20071094' and button='1' order by ts desc LIMIT 1;"
  81. # column: 'status'
  82. #- name: "Outside temperature"
  83. # db_url: mysql://hassio:hassiopassword@192.168.1.110/RemoteRxLog
  84. # query: "SELECT temp1 FROM RemoteRxLog.temp order by ts desc LIMIT 1;"
  85. # column: 'status'
  86. # unit_of_measurement: "°C"
  87. #- name: "Piano-lamp repeater status"
  88. # db_url: mysql://hassio:hassiopassword@192.168.1.110/RemoteRxLog
  89. # query: "SELECT IF(onOff>0,'on','off') AS status FROM RemoteRxLog.nexaLog where rxTx='R' and remote_id = '20071094' and button='2' order by ts desc LIMIT 1;"
  90. # column: 'status'
  91. #google_assistant:
  92. # project_id: home-assistant-7390
  93. # service_account: !include SERVICE_ACCOUNT.JSON
  94. # report_state: true
  95. # exposed_domains:
  96. # - switch
  97. # - light
  98. # entity_config:
  99. # light.hall_door:
  100. # name: main door
  101. #
  102. #home-assistant-7390
  103. #Alittlesecret
  104. #https://chef.hassio.sundby.com
  105. #Service acc name: thisisthomasserviceaccountname