Guest User

Fixed configuration.yaml

a guest
Mar 19th, 2018
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.15 KB | None | 0 0
  1. homeassistant:
  2. name: Home
  3. latitude: 99.999
  4. longitude: -99.999
  5. elevation: 224
  6. unit_system: imperial
  7. time_zone: America/New_York
  8. customize: !include customize.yaml
  9.  
  10.  
  11. frontend:
  12. themes:
  13. dark_theme:
  14. primary-color: '#5294E2'
  15. accent-color: '#E45E65'
  16. dark-primary-color: 'var(--accent-color)'
  17. light-primary-color: 'var(--accent-color)'
  18. primary-text-color: '#FFFFFF'
  19. text-primary-color: 'var(--primary-text-color)'
  20. secondary-text-color: '#5294E2'
  21. disabled-text-color: '#7F848E'
  22. label-badge-border-color: 'green'
  23. primary-background-color: '#383C45'
  24. secondary-background-color: '#383C45'
  25. divider-color: 'rgba(0, 0, 0, .12)'
  26. table-row-background-color: '#353840'
  27. table-row-alternative-background-color: '#3E424B'
  28. paper-listbox-color: '#5294E2'
  29. paper-listbox-background-color: '#2E333A'
  30. paper-grey-50: 'var(--primary-text-color)'
  31. paper-grey-200: '#414A59'
  32. paper-card-header-color: 'var(--accent-color)'
  33. paper-card-background-color: '#434954'
  34. paper-dialog-background-color: '#434954'
  35. paper-item-icon-color: 'var(--primary-text-color)'
  36. paper-item-icon-active-color: '#F9C536'
  37. paper-item-icon_-_color: 'green'
  38. paper-item-selected_-_background-color: '#434954'
  39. paper-tabs-selection-bar-color: 'green'
  40. label-badge-red: 'var(--accent-color)'
  41. label-badge-text-color: 'var(--primary-text-color)'
  42. label-badge-background-color: '#2E333A'
  43. paper-toggle-button-checked-button-color: 'var(--accent-color)'
  44. paper-toggle-button-checked-bar-color: 'var(--accent-color)'
  45. paper-toggle-button-checked-ink-color: 'var(--accent-color)'
  46. paper-toggle-button-unchecked-button-color: 'var(--disabled-text-color)'
  47. paper-toggle-button-unchecked-bar-color: 'var(--disabled-text-color)'
  48. paper-toggle-button-unchecked-ink-color: 'var(--disabled-text-color)'
  49. paper-slider-knob-color: 'var(--accent-color)'
  50. paper-slider-knob-start-color: 'var(--accent-color)'
  51. paper-slider-pin-color: 'var(--accent-color)'
  52. paper-slider-active-color: 'var(--accent-color)'
  53. paper-slider-container-color: 'linear-gradient(var(--primary-background-color), var(--secondary-background-color)) no-repeat'
  54. paper-slider-secondary-color: 'var(--secondary-background-color)'
  55. paper-slider-disabled-active-color: 'var(--disabled-text-color)'
  56. paper-slider-disabled-secondary-color: 'var(--disabled-text-color)'
  57. google-red-500: '#E45E65'
  58. google-green-500: '#39E949'
  59.  
  60.  
  61. http:
  62. # api_password: !secret
  63.  
  64. updater:
  65. # include_used_components: true
  66.  
  67.  
  68. config:
  69. discovery:
  70. conversation:
  71. history:
  72. logbook:
  73. map:
  74. sun:
  75. introduction:
  76.  
  77.  
  78. tts:
  79. platform: google
  80.  
  81.  
  82. media_player:
  83. platform: roku
  84.  
  85.  
  86. zwave:
  87. usb_path: /dev/ttyACM0
  88.  
  89.  
  90. device_tracker:
  91. platform: nmap_tracker
  92. hosts: 192.168.1.0/24
  93.  
  94.  
  95. notify:
  96. platform: nfandroidtv
  97. name: Master Bedroom
  98. host: 192.168.0.107
  99.  
  100.  
  101. google:
  102. client_id:
  103. client_secret:
  104.  
  105.  
  106. camera:
  107. platform: generic
  108. name: ISS
  109. still_image_url: https://maps.googleapis.com/maps/api/staticmap?center={{ states.binary_sensor.iss.attributes.lat }},{{ states.binary_sensor.iss.attributes.long }}&zoom=5&size=500x500&maptype=roadmap&markers=color:blue%7Clabel:P%7C{{ states.binary_sensor.iss.attributes.lat }},{{ states.binary_sensor.iss.attributes.long }}
  110. limit_refetch_to_url_change: true
  111.  
  112.  
  113. panel_iframe:
  114. - configurator:
  115. title: Configurator
  116. icon: mdi:wrench
  117. url: http://192.168.0.100:3128
  118.  
  119. - terminal:
  120. title: Terminal
  121. icon: mdi:console-line
  122. url: http://192.168.0.100:7681
  123.  
  124.  
  125. android_ip_webcam:
  126. - host: 192.168.0.104
  127. port: 8080
  128. name: Alpha
  129. username: Alpha
  130. password: !secret
  131. sensors:
  132. - audio connections
  133. - Battery_level
  134. - Battery_temp
  135. - Battery_voltage
  136. - light
  137. - motion
  138. - pressure
  139. switches:
  140. - focus
  141. - night_vision
  142. - torch
  143. - video_recording
  144.  
  145. - host: 192.168.0.108
  146. port: 8080
  147. name: Beta
  148. username: Beta
  149. password: !secret
  150. sensors:
  151. - audio connections
  152. - Battery_level
  153. - Battery_temp
  154. - Battery_voltage
  155. - light
  156. - motion
  157. - pressure
  158. switches:
  159. - focus
  160. - night_vision
  161. - torch
  162. - video_recording
  163.  
  164. - host: 192.168.0.112
  165. port: 8080
  166. name: Theta
  167. username: Theta
  168. password: !secret
  169. sensors:
  170. - audio connections
  171. - Battery_level
  172. - Battery_temp
  173. - Battery_voltage
  174. - light
  175. - motion
  176. - pressure
  177. switches:
  178. - focus
  179. - night_vision
  180. - torch
  181. - video_recording
  182.  
  183. - host: 192.168.0.117
  184. port: 8080
  185. name: Delta
  186. username: Delta
  187. password: !secret
  188. sensors:
  189. - audio connections
  190. - Battery_level
  191. - Battery_temp
  192. - Battery_voltage
  193. - light
  194. - motion
  195. - pressure
  196. switches:
  197. - focus
  198. - night_vision
  199. - torch
  200. - video_recording
  201.  
  202.  
  203. sensor:
  204. - platform: yr
  205. monitored_conditions:
  206. - temperature
  207. - symbol
  208. - precipitation
  209. - windSpeed
  210. - pressure
  211. - windDirection
  212. - humidity
  213. - fog
  214. - cloudiness
  215. - lowClouds
  216. - mediumClouds
  217. - highClouds
  218. - dewpointTemperature
  219.  
  220. - platform: speedtest
  221. monitored_conditions:
  222. - ping
  223. - download
  224. - upload
  225.  
  226. - platform: google_travel_time
  227. api_key: !secret
  228. name: Home to Work
  229. origin:
  230. destination:
  231.  
  232. - platform: haveibeenpwned
  233. email:
  234.  
  235. - platform: uptime
  236.  
  237. - platform: season
  238. type: astronomical
  239.  
  240. - platform: cpuspeed
  241.  
  242. - platform: linux_battery
  243.  
  244. - platform: pi_hole
  245.  
  246. - platform: iss
  247. show_on_map: false
  248.  
  249. - platform: coinmarketcap
  250.  
  251. - platform: worldclock
  252. time_zone: America/Los_Angeles
  253.  
  254. - platform: opensky
  255. radius: 50
  256.  
  257. - platform: moon
  258.  
  259. - platform: lyft
  260. client_id:
  261. client_secret:
  262. start_latitude: 99.9999
  263. start_longitude: 99.9999
  264. end_latitude: 99.9999
  265. end_longitude: 99.99999
  266. product_ids: lyft
  267.  
  268. zone:
  269. - name: Home
  270. latitude: 99.99999
  271. longitude: 99.99999
  272. radius: 75
  273. icon: mdi:house-variant
  274.  
  275. - name: Work
  276. latitude: 99.9999
  277. longitude: 99.9999
  278.  
  279. - name: !
  280. latitude: 00.000
  281. longitude: -00.00000
  282. radius: 75
  283. icon: mdi:house-variant
  284.  
  285.  
  286. alarmdecoder:
  287. device:
  288. type: serial
  289. baudrate: '115200'
  290. panel_display: On
  291. zones:
  292. '01':
  293. name: 'Garage Door'
  294. type: 'opening'
  295.  
  296. '02':
  297. name: 'Front Door'
  298. type: 'opening'
  299.  
  300. '03':
  301. name: 'Kitchen Door'
  302. type: 'opening'
  303.  
  304. '04':
  305. name: 'Service Door'
  306. type: 'opening'
  307.  
  308. '06':
  309. name: 'Motion Sensor'
  310. type: 'motion'
  311.  
  312. group: !include groups.yaml
  313. automation: !include automations.yaml
  314. script: !include scripts.yaml
Advertisement
Add Comment
Please, Sign In to add comment