Guest User

Untitled

a guest
Apr 22nd, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.94 KB | None | 0 0
  1. homeassistant:
  2. packages: !include_dir_named packages
  3.  
  4. # Name of the location where Home Assistant is running
  5. name: Home
  6. # Location required to calculate the time the sun rises and sets
  7. latitude: -37.705244
  8. longitude: 176.285684
  9. # Impacts weather/sunrise data (altitude above sea level in meters)
  10. elevation: 0
  11. # metric for Metric, imperial for Imperial
  12. unit_system: metric
  13. # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  14. time_zone: Antarctica/McMurdo
  15. # Customization file
  16. customize:
  17. group.all_lights:
  18. friendly_name: Lights
  19. hidden: true
  20. media_player.living_room_tv:
  21. hidden: true
  22. weather.dark_sky:
  23. hidden: true
  24. media_player.spotify:
  25. hidden: true
  26. automation.set_theme_at_startup:
  27. hidden: true
  28. group.all_automations:
  29. hidden: true
  30. media_player.benjamins_echo_dot:
  31. hidden: true
  32. media_player.davids_echo:
  33. hidden: true
  34. automation.ben:
  35. hidden: true
  36. automation.david:
  37. hidden: true
  38. automation.discord:
  39. hidden: true
  40. automation.spotify_shuffle_set:
  41. hidden: true
  42. automation.spotify_shuffle_sync:
  43. hidden: true
  44. automation.spotify_source_sync:
  45. hidden: true
  46. automation.spotify_volume_set:
  47. hidden: true
  48. automation.spotify_volume_sync:
  49. hidden: true
  50. media_player.benjamin_s_2nd_echo_dot:
  51. hidden: true
  52. media_player.this_device:
  53. hidden: true
  54.  
  55. homekit:
  56.  
  57.  
  58.  
  59. speedtestdotnet:
  60. # Show links to resources in log and frontend
  61. # introduction:
  62. # Enables the frontend
  63. frontend:
  64. themes: !include themes.yaml
  65.  
  66. custom_updater:
  67. component_urls:
  68. - https://raw.githubusercontent.com/keatontaylor/alexa_media_player/next/custom_components.json
  69.  
  70. logger:
  71. default: info
  72.  
  73. alexa_media:
  74. accounts:
  75. - email: "benceymc@gmail.com"
  76. password: "pursl4Ne"
  77. url: amazon.com
  78. # Enables configuration UI
  79. config:
  80.  
  81. recorder:
  82. purge_keep_days: 7
  83. purge_interval: 1
  84.  
  85. binary_sensor:
  86. - platform: huesensor
  87. - platform: uptimerobot
  88. api_key: u644506-47bcd033534fcb04fff2e47e
  89. - platform: iss
  90. show_on_map: True
  91.  
  92. lovelace:
  93. mode: yaml
  94.  
  95. # Checks for available updates
  96. # Note: This component will send some information about your system to
  97. # the developers to assist with development of Home Assistant.
  98. # For more information, please see:
  99. # https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
  100. updater:
  101. # Optional, allows Home Assistant developers to focus on popular components.
  102. # include_used_components: true
  103.  
  104.  
  105. # Allows you to issue voice commands from the frontend in enabled browsers
  106. conversation:
  107.  
  108. # Enables support for tracking state changes over time
  109. history:
  110. include:
  111. domains:
  112. - sensor
  113. - switch
  114. - media_player
  115. # View all events in a logbook
  116. logbook:
  117.  
  118. hue:
  119. bridges:
  120. - host: 192.168.1.68
  121.  
  122. camera:
  123. - platform: generic
  124. name: ISS
  125. still_image_url: http://staticmap.openstreetmap.de/staticmap.php?center={{ states.binary_sensor.iss.attributes.lat }},{{ states.binary_sensor.iss.attributes.long }}&zoom=4&size=865x512&maptype=mapnik&markers={{ states.binary_sensor.iss.attributes.lat }},{{ states.binary_sensor.iss.attributes.long }},lightblue
  126. limit_refetch_to_url_change: true
  127.  
  128. - platform: ffmpeg
  129. name: NY Time Square
  130. input: http://www.ustream.tv/embed/9408562?html5ui
  131.  
  132. # Enables a map showing the location of tracked devices
  133. map:
  134.  
  135. http:
  136. base_url: https://bencey.duckdns.org:8123
  137. ssl_certificate: /ssl/fullchain.pem
  138. ssl_key: /ssl/privkey.pem
  139. api_password: pursl4Ne
  140.  
  141. # Track the sun
  142. sun:
  143.  
  144. discovery:
  145. ignore:
  146. - yeelight
  147. yeelight:
  148. devices:
  149. 192.168.1.66:
  150. name: bedroom
  151. weather:
  152. - platform: darksky
  153. api_key: ab90c1dc88ee071b32be11f593d67dca
  154.  
  155. # Sensors
  156. sensor:
  157. - platform: huesensor
  158. - platform: moon
  159. - platform: coinmarketcap
  160. currency_id: 1
  161. display_currency: "NZD"
  162. - platform: coinmarketcap
  163. currency_id: 1027
  164. display_currency: "NZD"
  165. - platform: coinmarketcap
  166. currency_id: 2
  167. display_currency: "NZD"
  168. - platform: coinmarketcap
  169. currency_id: 328
  170. display_currency: "NZD"
  171. - platform: coinmarketcap
  172. currency_id: 1321
  173. display_currency: "NZD"
  174. - platform: coinmarketcap
  175. currency_id: 2577
  176. display_currency: "NZD"
  177. - platform: systemmonitor
  178. resources:
  179. - type: disk_use_percent
  180. arg: /
  181. - type: memory_free
  182. - type: disk_free
  183. arg: /
  184. # Text to speech
  185. tts:
  186. - platform: google
  187.  
  188.  
  189.  
  190. # Example configuration.yaml entry
  191. notify discord_webhook:
  192. - name: discord_webhook
  193. platform: rest
  194. method: POST
  195. message_param_name: content
  196. title_param_name: username
  197. data:
  198. username: Home Assistant
  199. resource: "https://discordapp.com/api/webhooks/566059729172955175/R9A-LUD1d99TB-u2jD8-VKGQcq3KZqJn2kPmHBrtSUSHWaWYBOp7vRlhn2zSqucxfLt6"
  200.  
  201. group: !include groups.yaml
  202. automation: !include automations.yaml
  203. script: !include scripts.yaml
  204. light:
  205. - platform: yeelight
  206. devices:
  207. 192.168.1.65:
  208. name: mybulb
  209. influxdb:
  210. host: a0d7b954-influxdb
  211. port: 8086
  212. database: homeassistant
  213. username: homeassistant
  214. password: homeassistant
  215. max_retries: 3
  216. default_measurement: state
  217. include:
  218. entities:
  219. - sensor.consumption
  220. - sensor.fetchedenergy
  221. - sensor.immissionenergy
  222. - sensor.production
  223. - sensor.selfconsumption
  224. - sensor.speedtest_upload
  225. - sensor.speedtest_download
  226.  
  227. media_player:
  228. - platform: webostv
  229. host: 192.168.1.65
  230. system_health:
  231.  
  232. panel_custom:
  233. - name: hassio-main
  234. sidebar_title: Configurator
  235. sidebar_icon: mdi:wrench
  236. js_url: /api/hassio/app/entrypoint.js
  237. url_path: configurator
  238. embed_iframe: true
  239. require_admin: true
  240. config:
  241. ingress: "core_configurator"
Add Comment
Please, Sign In to add comment