Advertisement
Otisburgh_its

Config

Jan 4th, 2020
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.48 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. #lovelace:
  18. #  mode: yaml
  19.  
  20. hacs:
  21.   token: !secret hcas_token
  22.  
  23. config:
  24. system_health:
  25. #=====================================External Files==============================================
  26. frontend: !include frontend.yaml
  27. group: !include groups.yaml
  28. automation: !include_dir_merge_list automation/
  29. script: !include_dir_merge_named script/
  30. google_assistant: !include google_assistant.yaml
  31. shell_command: !include shell_command.yaml
  32. homekit: !include homekit.yaml
  33. timer: !include timers.yaml
  34. input_boolean: !include input_booleans.yaml
  35. input_number: !include input_numbers.yaml
  36. sensor: !include sensors.yaml
  37. binary_sensor: !include binary_sensors.yaml
  38. switch: !include switches.yaml
  39. cover: !include covers.yaml
  40. lock: !include locks.yaml
  41. input_text: !include input_text.yaml
  42. input_datetime: !include input_datetime.yaml
  43. zone: !include zone.yaml
  44. rest_command: !include restful.yaml
  45. #=====================================External Files==============================================
  46.  
  47. #mobile_app:
  48. #default_config:
  49.  
  50. weather:
  51.   - platform: darksky
  52.     name: Dark Sky
  53.     api_key: !secret darksky_key
  54.     mode: daily
  55.  
  56.   - platform: darksky
  57.     name: Dark Sky Hourly
  58.     api_key: !secret darksky_key
  59.     mode: daily
  60.  
  61.   - platform: openweathermap
  62.     name: Open Weather Map
  63.     api_key: !secret owm_key
  64.     mode: freedaily
  65.    
  66.   - platform: openweathermap
  67.     name: Open Weather Map Hourly
  68.     api_key: !secret owm_key
  69.     mode: hourly
  70.  
  71.  
  72. isy994:
  73.   host: !secret isy_host
  74.   username: !secret isy_username
  75.   password: !secret isy_password
  76.  
  77. climate:
  78.   - platform: generic_thermostat
  79.     name: Fireplace threshold
  80.     heater: switch.fireplace_threshold
  81.     target_sensor: sensor.fireplace_threshold
  82.     min_temp: 50
  83.     max_temp: 85
  84.     precision: 1.0
  85.  
  86.   - platform: generic_thermostat
  87.     name: Bathroom Humidity threshold
  88.     heater: switch.mba_humidity_threshold
  89.     target_sensor: sensor.mba_humidity_threshold
  90.     min_temp: 35
  91.     max_temp: 65
  92.     precision: 1.0
  93.    
  94. #  tls: '1.2'
  95. # ignore_string: HomeAssistant
  96.  
  97. # isy994mrf:
  98. #   host: !secret isy_host
  99. #   username: !secret isy_username
  100. #   password: !secret isy_password
  101.  
  102.    
  103. history:
  104. # history:
  105. #   exclude:
  106. #     domains:
  107.    
  108. #      - automation
  109. #      - camera
  110. #      - frl_store
  111. #      - group
  112. #      - history_graph
  113. #      - light_store
  114. #      - media_player
  115. #      - scan_store
  116. #      - script
  117. #      - timer
  118. #      - updater
  119. #      - weather
  120. #      - zone
  121. #      - zwave
  122.     # entities: # &exclude_entities
  123.     #   - sensor.mba_humidity
  124.     #   - sensor.mba_temperature
  125.     #   - sensor.hx711_custom
  126.  
  127.     #   - sensor.h2ssensor_uptime
  128.     #   - sensor.h2ssensor_h2s
  129.     #   - binary_sensor.bathroom_humidity_falling
  130.     #   - binary_sensor.bathroom_humidity_rising
  131.     #   - sensor.dehumidifier_humidity
  132.     #   - sensor.dehumidifier_pressure
  133.     #   - sensor.h2ssensor_signal
  134.     #   - sensor.dehumidifier_temperature
  135.     #   - sensor.dehumidifier_s31_uptime
  136.     #   - persistent_notification.config_entry_discovery
  137.     #   - sensor.dehumidifier_r2_voltage
  138.     #   - sensor.dehumidifier_s31_wifi_signal
  139.     #   - sensor.kitty_feeder_s31_uptime
  140.      
  141.      
  142.  
  143. recorder:
  144.   db_url: !secret db_connection
  145.   purge_keep_days: 3
  146.   purge_interval: 1  
  147.  
  148. # xxx:
  149. #   exclude:
  150. #     domains:
  151. #       - camera
  152. #      - frl_store
  153. #      - group
  154. #      - history_graph
  155. #      - light_store
  156. #      - media_player
  157. #      - scan_store
  158. #      - timer
  159. #      - updater
  160. #      - weather
  161. #      - zone
  162. #      - zwave
  163.     # event_types:
  164.     #   - component_loaded
  165.     #   - platform_discovered
  166.     #   - service_registered
  167.     # entities: # *exclude_entities
  168.     #   - sensor.mba_humidity
  169.     #   - sensor.mba_temperature
  170.     #   - sensor.hx711_custom
  171.    
  172.  
  173. # 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
  174. # ID=$(docker network ls -q -f name=traefik_proxy)  && docker network rm $ID
  175. # docker network create --subnet=172.14.0.0/16 traefik_proxy
  176. # set the ip in the traefik container via:
  177.     # networks:
  178.     #   default:
  179.     #     ipv4_address: 172.14.17.3
  180. http:
  181.   use_x_forwarded_for: true
  182.   trusted_proxies:
  183.  #  - 172.14.17.3
  184.     - 172.68.0.87
  185.  #   - 172.13.16.85
  186.   #    - 172.24.0.5
  187.  
  188. logger:
  189.   default: debug
  190.   logs:
  191.     homeassistant.components.isy994: debug
  192.  
  193. #some_api_key: !env_var MYSQL_USER
  194.  
  195. # Checks for available updates
  196. # Note: This component will send some information about your system to
  197. # the developers to assist with development of Home Assistant.
  198. # For more information, please see:
  199. # https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
  200. updater:
  201.  # Optional, allows Home Assistant developers to focus on popular components.
  202.   # include_used_components: true
  203.  
  204.  
  205. # Discover some devices automatically
  206. discovery:
  207. mobile_app:
  208. #default_config:
  209.  
  210. #ios:
  211.  
  212. #device_tracker:
  213.  
  214. # device_tracker:
  215. #   - platform: icloud3
  216. #     username: hankpennybandit@gmail.com
  217. #     password: Mik319688
  218. #     track_devices:
  219. #       - mike_iphone_2 > dcmichael@yahoo.com
  220. #       #- dena_iphone > notfade414@aol.com, lillian.png
  221.  
  222.  
  223. # Allows you to issue voice commands from the frontend in enabled browsers
  224. conversation:
  225. # View all events in a logbook
  226. logbook:
  227. # Enables a map showing the location of tracked devices
  228. map:
  229. # Track the sun
  230. sun:
  231. # Weather prediction
  232. #  - platform: yr
  233.  
  234. # Text to speech
  235. tts:
  236.   - platform: google_translate
  237.     service_name: google_say
  238.  
  239. #notify:
  240.  
  241. nest:
  242.   client_id: !secret nest_client_id
  243.   client_secret: !secret nest_client_secret
  244.  
  245. mqtt:
  246.   discovery: true
  247.   discovery_prefix: homeassistant
  248.   client_id: home-assistant-1
  249.   broker: !secret mqtt
  250.   username: !secret mosquitto_username
  251.   password: !secret mosquitto_password
  252.  
  253. ifttt:
  254.     key: !secret ifttt_key
  255.  
  256. upnp:
  257.   local_ip: 172.16.68.1 #!env_var SERVER_IP
  258.  
  259. zwave:
  260.   usb_path: /dev/ttyACM0
  261.   network_key: !secret usb_network_key
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement