configuration.yaml 2.6 KB

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