Advertisement
Otisburgh_its

Untitled

Jan 4th, 2020
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. homeassistant:
  2. name: Home
  3. latitude: 38.8959
  4. longitude: -77.1066
  5. elevation: 269
  6. #radius: 25
  7. # Impacts weather/sunrise data (altitude above sea level in meters)
  8. # metric for Metric, imperial for Imperial
  9. unit_system: imperial
  10. # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  11. time_zone: !env_var TZ
  12. # Customization file
  13. customize: !include customize.yaml
  14. customize_glob: !include customize.yaml
  15. packages: !include_dir_named packages
  16.  
  17.  
  18.  
  19. hacs:
  20. token: !secret hcas_token
  21.  
  22. config:
  23.  
  24. system_health:
  25.  
  26. #=====================================External Files==============================================
  27. frontend: !include frontend.yaml
  28. group: !include groups.yaml
  29. automation: !include_dir_merge_list automation/
  30. script: !include_dir_merge_named script/
  31. google_assistant: !include google_assistant.yaml
  32. shell_command: !include shell_command.yaml
  33. homekit: !include homekit.yaml
  34. timer: !include timers.yaml
  35. input_boolean: !include input_booleans.yaml
  36. input_number: !include input_numbers.yaml
  37. sensor: !include sensors.yaml
  38. binary_sensor: !include binary_sensors.yaml
  39. switch: !include switches.yaml
  40. cover: !include covers.yaml
  41. lock: !include locks.yaml
  42. input_text: !include input_text.yaml
  43. input_datetime: !include input_datetime.yaml
  44. zone: !include zone.yaml
  45. rest_command: !include restful.yaml
  46. #=====================================External Files==============================================
  47.  
  48. history:
  49.  
  50. # Discover some devices automatically
  51. discovery:
  52.  
  53. mobile_app:
  54. #default_config:
  55.  
  56. #ios:
  57.  
  58. #device_tracker:
  59.  
  60. # device_tracker:
  61. # - platform: icloud3
  62. # username: foobar@gmail.com
  63. # password: pass
  64. # track_devices:
  65. # - my_iphone_2 > foobar@yahoo.com
  66. # #- her_iphone > her@aol.com, lillian.png
  67.  
  68. recorder:
  69. db_url: !secret db_connection
  70. purge_keep_days: 3
  71. purge_interval: 1
  72.  
  73. isy994:
  74. host: !secret isy_host
  75. username: !secret isy_username
  76. password: !secret isy_password
  77.  
  78. climate:
  79. - platform: generic_thermostat
  80. name: Fireplace threshold
  81. heater: switch.fireplace_threshold
  82. target_sensor: sensor.fireplace_threshold
  83. min_temp: 50
  84. max_temp: 85
  85. precision: 1.0
  86.  
  87. - platform: generic_thermostat
  88. name: Bathroom Humidity threshold
  89. heater: switch.mba_humidity_threshold
  90. target_sensor: sensor.mba_humidity_threshold
  91. min_temp: 35
  92. max_temp: 65
  93. precision: 1.0
  94.  
  95.  
  96. # https://community.home-assistant.io/t/how-to-successfully-configure-ha-docker-behind-traefik-for-use-x-forwarded-for-and-ip-ban-enabled/72965/15?u=futuretense
  97. # ID=$(docker network ls -q -f name=traefik_proxy) && docker network rm $ID
  98. # docker network create --subnet=172.14.0.0/16 traefik_proxy
  99. # set the ip in the traefik container via:
  100. # networks:
  101. # default:
  102. # ipv4_address: 172.14.17.3
  103. http:
  104. use_x_forwarded_for: true
  105. trusted_proxies:
  106. # - 172.14.17.3
  107. - 172.68.0.87
  108. # - 172.13.16.85
  109. # - 172.24.0.5
  110.  
  111. logger:
  112. default: debug
  113. logs:
  114. homeassistant.components.isy994: debug
  115.  
  116. #some_api_key: !env_var MYSQL_USER
  117.  
  118. # Checks for available updates
  119. # Note: This component will send some information about your system to
  120. # the developers to assist with development of Home Assistant.
  121. # For more information, please see:
  122. # https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
  123. updater:
  124. # Optional, allows Home Assistant developers to focus on popular components.
  125. # include_used_components: true
  126.  
  127.  
  128.  
  129. # Allows you to issue voice commands from the frontend in enabled browsers
  130. conversation:
  131.  
  132. # View all events in a logbook
  133. logbook:
  134.  
  135. # Enables a map showing the location of tracked devices
  136. map:
  137.  
  138. # Track the sun
  139. sun:
  140.  
  141. # Weather prediction
  142. # - platform: yr
  143.  
  144. # Text to speech
  145. tts:
  146. - platform: google_translate
  147. service_name: google_say
  148.  
  149. nest:
  150. client_id: !secret nest_client_id
  151. client_secret: !secret nest_client_secret
  152.  
  153. mqtt:
  154. discovery: true
  155. discovery_prefix: homeassistant
  156. client_id: home-assistant-1
  157. broker: !secret mqtt
  158. username: !secret mosquitto_username
  159. password: !secret mosquitto_password
  160.  
  161. ifttt:
  162. key: !secret ifttt_key
  163.  
  164. upnp:
  165. local_ip: 172.16.68.1 #!env_var SERVER_IP
  166.  
  167. zwave:
  168. usb_path: /dev/ttyACM0
  169. network_key: !secret usb_network_key
  170.  
  171.  
  172.  
  173. weather:
  174. - platform: darksky
  175. name: Dark Sky
  176. api_key: !secret darksky_key
  177. mode: daily
  178.  
  179. - platform: darksky
  180. name: Dark Sky Hourly
  181. api_key: !secret darksky_key
  182. mode: daily
  183.  
  184. - platform: openweathermap
  185. name: Open Weather Map
  186. api_key: !secret owm_key
  187. mode: freedaily
  188.  
  189. - platform: openweathermap
  190. name: Open Weather Map Hourly
  191. api_key: !secret owm_key
  192. mode: hourly
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement