configuration.yaml.bak 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. # Configure a default setup of Home Assistant (frontend, api, etc)
  2. default_config:
  3. logger:
  4. default: info
  5. # logs:
  6. # tuya: debug
  7. # homeassistant.components.tuya: debug
  8. # Text to speech
  9. tts:
  10. - platform: google_translate
  11. http:
  12. ip_ban_enabled: true
  13. login_attempts_threshold: 5
  14. use_x_forwarded_for: true
  15. trusted_proxies:
  16. - 192.168.0.30
  17. homeassistant:
  18. allowlist_external_dirs:
  19. - /config
  20. #sensor:
  21. # - platform: filesize
  22. # file_paths:
  23. # - /config/home-assistant_v2.db
  24. # scan_interval: 1800
  25. recorder:
  26. purge_keep_days: 1
  27. commit_interval: 10
  28. influxdb:
  29. host: localhost
  30. port: 8086
  31. database: homeassistant
  32. username: homeassistant
  33. password: Homeassistant!
  34. exclude:
  35. domains:
  36. - device_tracker
  37. - media_player
  38. # - uptime
  39. - time_date
  40. - worldclock
  41. - camera
  42. - glances
  43. entity_globs:
  44. - sensor.clock*
  45. - sensor.date*
  46. # - sensor.load_*m
  47. - sensor.time*
  48. # - sensor.uptime*
  49. # - sensor.asuswrt*
  50. entities:
  51. - sensor.home_assistant_v2_db
  52. - sensor.memory_free
  53. - sensor.memory_use
  54. # - sensor.memory_use_percent
  55. # - sensor.processor_use
  56. - sun.sun
  57. weather:
  58. - platform: pirateweather
  59. api_key: qjeyi5uUqa14bSDhGOtK155uAiw2qKYL3zJsvBkd
  60. # Additional optional values:
  61. latitude: 43.111587
  62. longitude: -77.644523
  63. mode: hourly
  64. name: Rochester, NY Weather
  65. # you can also get a sensor data
  66. sensor:
  67. - platform: pirateweather
  68. api_key: qjeyi5uUqa14bSDhGOtK155uAiw2qKYL3zJsvBkd
  69. scan_interval: '00:15:00'
  70. monitored_conditions:
  71. - temperature
  72. - precip_probability
  73. - precip_type
  74. - humidity
  75. - cloud_cover
  76. - nearest_storm_distance
  77. - precip_intensity
  78. - wind_speed
  79. notify:
  80. - name: adris_mobile_devices
  81. platform: group
  82. services:
  83. - service: mobile_app_pixel_4a
  84. - service: mobile_app_adri_s_gs22
  85. # emulated_hue:
  86. # listen_port: 80
  87. # exposed_domains:
  88. # - light
  89. # - group
  90. # - lock
  91. # entities:
  92. # switch.basement_heater_switch:
  93. # hidden: false
  94. # switch.bath_fan:
  95. # hidden: false
  96. # switch.bedroom_heater_switch:
  97. # hidden: false
  98. # switch.office_heater_switch:
  99. # hidden: false
  100. # light.driveway_floodlights_basic:
  101. # hidden: true
  102. # light.driveway_motion_sensor_basic:
  103. # hidden: true
  104. # light.garage_motion_sensor_basic:
  105. # hidden: true
  106. alexa:
  107. smart_home:
  108. filter:
  109. include_domains:
  110. - lock
  111. - camera
  112. include_entities:
  113. - switch.basement_heater_switch
  114. - switch.bath_fan
  115. - switch.bedroom_heater_switch
  116. - switch.office_heater_switch
  117. - light.driveway_floodlights
  118. - light.basement_ceiling
  119. - light.basement_stairs
  120. zha:
  121. enable_quirks: true
  122. custom_quirks_path: /config/thirdreality_quirks
  123. #localtuya: !include localtuya.yaml
  124. #light: !include lights.yaml
  125. group: !include groups.yaml
  126. automation: !include automations.yaml
  127. script: !include scripts.yaml
  128. scene: !include scenes.yaml