configuration.yaml 3.0 KB

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