configuration.yaml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. frontend:
  26. extra_module_url:
  27. - /local/card-mod.js
  28. mobile_app:
  29. input_button:
  30. history:
  31. system_health:
  32. http:
  33. use_x_forwarded_for: true
  34. trusted_proxies:
  35. - 192.168.1.110
  36. pyscript:
  37. allow_all_imports: true
  38. rflink:
  39. host: 127.0.0.1
  40. port: 12345
  41. wait_for_ack: false
  42. ignore_devices:
  43. - newkaku_000001_01
  44. #volvooncall:
  45. # username: thomas.chef@volvo.com
  46. # password: !secret voc_password
  47. # scandinavian_miles: true
  48. # mutable: false
  49. binary_sensor:
  50. - platform: rflink
  51. devices:
  52. newkaku_02ddc7fa_4:
  53. name: Bedroom door raw sensor
  54. device_class: door
  55. force_update: true
  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. light: !include lights.yaml
  63. group: !include groups.yaml
  64. automation: !include automations.yaml
  65. script: !include scripts.yaml
  66. scene: !include scenes.yaml
  67. mqtt: !include mqtt.yaml
  68. # These are done in the UI. Because they stopped working after 2023_12 update
  69. #sql:
  70. #- name: "Exterior light status"
  71. # db_url: mysql://hassio:hassiopassword@192.168.1.110/RemoteRxLog
  72. # 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;"
  73. # column: 'status'
  74. #- name: "Outside temperature"
  75. # db_url: mysql://hassio:hassiopassword@192.168.1.110/RemoteRxLog
  76. # query: "SELECT temp1 FROM RemoteRxLog.temp order by ts desc LIMIT 1;"
  77. # column: 'status'
  78. # unit_of_measurement: "°C"
  79. #- name: "Piano-lamp repeater status"
  80. # db_url: mysql://hassio:hassiopassword@192.168.1.110/RemoteRxLog
  81. # 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;"
  82. # column: 'status'
  83. #google_assistant:
  84. # project_id: home-assistant-7390
  85. # service_account: !include SERVICE_ACCOUNT.JSON
  86. # report_state: true
  87. # exposed_domains:
  88. # - switch
  89. # - light
  90. # entity_config:
  91. # light.hall_door:
  92. # name: main door
  93. #
  94. #home-assistant-7390
  95. #Alittlesecret
  96. #https://chef.hassio.sundby.com
  97. #Service acc name: thisisthomasserviceaccountname