Advertisement
Guest User

Untitled

a guest
Oct 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. #
  2. # Main arguments, all optional
  3. #
  4. title: Dashboard
  5. widget_dimensions: [59, 59]
  6. widget_margins: [5, 5]
  7. columns: 16
  8.  
  9. label:
  10. widget_type: label
  11. text: Wesemann Nilsson
  12.  
  13. label_sonos:
  14. widget_type: label
  15. text: Sonos
  16.  
  17. clock.clock:
  18. widget_type: clock
  19. time_format: "24hr"
  20.  
  21. weather.weather:
  22. widget_type: weather
  23. title: TODAY
  24. show_forecast: 1
  25. prefer_icons: 1
  26. forecast_title: TOMORROW
  27. sensors:
  28. icon: sensor.dark_sky_icon
  29. temperature: sensor.dark_sky_temperature
  30. apparent_temperature: sensor.dark_sky_apparent_temperature
  31. humidity: 0
  32. precip_probability: 0
  33. precip_intensity: 0
  34. precip_type: 0
  35. pressure: 0
  36. wind_speed: sensor.dark_sky_wind_speed
  37. wind_bearing: 0
  38. forecast_icon: sensor.dark_sky_icon_1
  39. forecast_temperature_max: sensor.dark_sky_daily_high_temperature_1
  40. forecast_temperature_min: sensor.dark_sky_daily_low_temperature_1
  41. forecast_precip_probability: sensor.dark_sky_precip_probability_1
  42. forecast_precip_type: sensor.dark_sky_precip_1
  43.  
  44. media_player:
  45. widget_type: media_player
  46. entity_id: media_player.sonos
  47. title: Sonos kök
  48.  
  49. fredrik_presence:
  50. widget_type: device_tracker
  51. title: Fredrik
  52. device: fredriksiphone2lan
  53. icon_on: fa-male
  54. icon_off: fa-male
  55.  
  56. annika_presence:
  57. widget_type: device_tracker
  58. title: Annika
  59. device: annikasiphonelan
  60. icon_on: fa-female
  61. icon_off: fa-female
  62.  
  63. reload:
  64. widget_type: reload
  65. title: Reload
  66.  
  67. tvrum_on_scene:
  68. widget_type: scene
  69. title: TV-Room ON
  70. entity: scene.tv_rum_on
  71. icon_on: mdi-lamp
  72. icon_off: mdi-lamp
  73.  
  74. tvrum_off_scene:
  75. widget_type: scene
  76. title: TV-Room OFF
  77. entity: scene.tv_rum_off
  78. icon_on: mdi-lamp
  79. icon_off: mdi-lamp
  80.  
  81. kitchen_on_scene:
  82. widget_type: scene
  83. title: Kitchen ON
  84. entity: scene.kitchen_on
  85. icon_on: mdi-lamp
  86. icon_off: mdi-lamp
  87.  
  88. kitchen_off_scene:
  89. widget_type: scene
  90. title: Kitchen OFF
  91. entity: scene.kitchen_off
  92. icon_on: mdi-lamp
  93. icon_off: mdi-lamp
  94.  
  95. guestroom_on_scene:
  96. widget_type: scene
  97. title: Guestroom ON
  98. entity: scene.guestroom_on
  99. icon_on: mdi-lamp
  100. icon_off: mdi-lamp
  101.  
  102. guestroom_off_scene:
  103. widget_type: scene
  104. title: Guestroom OFF
  105. entity: scene.guestroom_off
  106. icon_on: mdi-lamp
  107. icon_off: mdi-lamp
  108.  
  109. playroom_on_scene:
  110. widget_type: scene
  111. title: Playroom ON
  112. entity: scene.playroom_on
  113. icon_on: mdi-lamp
  114. icon_off: mdi-lamp
  115.  
  116. playroom_off_scene:
  117. widget_type: scene
  118. title: Playroom OFF
  119. entity: scene.playroom_off
  120. icon_on: mdi-lamp
  121. icon_off: mdi-lamp
  122.  
  123. outside_on_scene:
  124. widget_type: scene
  125. title: Outside ON
  126. entity: scene.outside_on
  127. icon_on: mdi-lamp
  128. icon_off: mdi-lamp
  129.  
  130. outside_off_scene:
  131. widget_type: scene
  132. title: Outside OFF
  133. entity: scene.outside_off
  134. icon_on: mdi-lamp
  135. icon_off: mdi-lamp
  136.  
  137. tv:
  138. widget_type: input_boolean
  139. entity: input_boolean.watch_tv
  140. title: TV
  141. icon_on: fa-tv
  142. icon_off: fa-tv
  143.  
  144.  
  145. mediaspelare:
  146. widget_type: input_boolean
  147. entity: input_boolean.watch_kodi
  148. title: Mediaspelare
  149. icon_on: fa-film
  150. icon_off: fa-film
  151.  
  152. koket:
  153. widget_type: media_player
  154. entity: media_player.sonos
  155. truncate_name: 34
  156. album_style: "color:black; display:none;"
  157. media_title_style: color:black;
  158. artist_style: color:black;
  159. widget_style: "border-radius: 40px;"
  160.  
  161. radio:
  162. widget_type: input_select
  163. entity: input_select.radio
  164. selectcontainer_style: "top:-5px;"
  165.  
  166. playlist:
  167. widget_type: input_select
  168. entity: input_select.playlists
  169. selectcontainer_style: "top:-5px;"
  170.  
  171. lekrum:
  172. widget_type: switch
  173. title: Playroom
  174. entity: switch.lekrum__fonsterlampa
  175. icon_on: mdi-lightbulb-on
  176. icon_off: mdi-lightbulb-outline
  177.  
  178. layout:
  179. - clock.clock(4x2), fredrik_presence (2x2),label(4x2),annika_presence(2x2),kitchen_on_scene (2x2), kitchen_off_scene (2x2)
  180. -
  181. - tv(2x2), mediaspelare(2x2), spacer (2x2), weather.weather(4x4),spacer (2x2), tvrum_on_scene(2x2), tvrum_off_scene (2x2)
  182. -
  183. - koket(4x4),spacer (8x2), guestroom_on_scene (2x2), guestroom_off_scene (2x2)
  184. -
  185. - spacer (8x2), playroom_on_scene (2x2), playroom_off_scene (2x2)
  186. -
  187. - radio (4x2), spacer (8x2), outside_on_scene (2x2), outside_off_scene (2x2)
  188. -
  189. - playlist(4x2), spacer (10x2), reload(2x2)
  190. -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement