Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. title: Tannenhof
  2. views:
  3. # View tab title.
  4. - title: Home
  5. # Optional unique id for direct access /lovelace/${id}
  6. id: home
  7. # Optional background (overwrites the global background).
  8. background: radial-gradient(crimson, skyblue)
  9. # Each view can have a different theme applied. Theme should be defined in the frontend.
  10. theme: dark-mode
  11. cards:
  12. - id: 698b0d61c8d64ee9a0b762080adbd009 # Automatically created id
  13. type: weather-forecast
  14. entity: weather.weather
  15. - id: b900d5426e5d465bb4b5d92e590da361 # Automatically created id
  16. type: entities
  17. title: Joshs Room
  18. entities:
  19. - sensor.dht_sensor_temperature
  20. - sensor.dht_sensor_humidity
  21. - group.lights
  22. - cover.blinds
  23. - type: section
  24. label: Music
  25. - media_player.spotify
  26. # The markdown card will render markdown text.
  27. - type: horizontal-stack
  28. cards:
  29. - type: conditional
  30. conditions:
  31. - entity: device_tracker.david
  32. state: "home"
  33. card:
  34. type: entity-button
  35. entity: device_tracker.david
  36. - type: conditional
  37. conditions:
  38. - entity: device_tracker.josh
  39. state: "home"
  40. card:
  41. type: entity-button
  42. entity: device_tracker.josh
  43. - type: conditional
  44. conditions:
  45. - entity: device_tracker.margit
  46. state: "home"
  47. card:
  48. type: entity-button
  49. entity: device_tracker.margit
  50. - type: conditional
  51. conditions:
  52. - entity: device_tracker.meinrad
  53. state: "home"
  54. card:
  55. type: entity-button
  56. entity: device_tracker.meinrad
  57. - type: horizontal-stack
  58. cards:
  59. - type: light
  60. entity: light.led_strip
  61. - type: light
  62. entity: light.room_light
  63. - type: sensor
  64. entity: sensor.dht_sensor_temperature
  65. name: Temperature
  66. height: 75
  67. line_color: "#3498db"
  68. - type: conditional
  69. conditions:
  70. - entity: light.bed_light
  71. state: "on"
  72. card:
  73. type: horizontal-stack
  74. cards:
  75. - type: gauge
  76. title: Printer Hotend
  77. entity: sensor.octoprint_actual_tool0_temp
  78. severity:
  79. red: 50
  80. green: 0
  81. amber: 40
  82. - type: gauge
  83. title: Printer Hotend
  84. entity: sensor.octoprint_actual_bed_temp
  85. severity:
  86. red: 50
  87. green: 0
  88. amber: 40
  89. - title: Weather
  90. id: weather
  91. # Optional background (overwrites the global background).
  92. background: radial-gradient(crimson, skyblue)
  93. # Each view can have a different theme applied. Theme should be defined in the frontend.
  94. theme: dark-mode
  95. cards:
  96. - type: horizontal-stack
  97. cards:
  98. - type: iframe
  99. url: https://www.rainviewer.com/map.html?loc=47.6739,9.1983,10&oFa=0&oC=1&oU=0&oCS=1&oF=0&oAP=0&rmt=4&c=1&o=70&lm=1&th=1
  100. aspect_ratio: 100%
  101. - type: iframe
  102. url: https://earth.nullschool.net/#current/wind/surface/level/equirectangular=-354.86,46.31,1647/loc=9.198,47.673
  103. aspect_ratio: 100%