No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ui-lovelace.yaml 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. title: Tannenhof
  2. views:
  3. # View tab title.
  4. - title: Josh's Room
  5. # Optional unique id for direct access /lovelace/${id}
  6. id: example
  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. - media_player.spotify
  24. - device_tracker.david
  25. - device_tracker.david
  26. # The markdown card will render markdown text.
  27. - type: light
  28. entity: light.led_strip
  29. - type: gauge
  30. title: Temperature
  31. entity: sensor.dht_sensor_temperature
  32. min: -20
  33. max: 35
  34. - type: sensor
  35. entity: sensor.dht_sensor_temperature
  36. name: Temperature
  37. height: 75
  38. line_color: "#3498db"
  39. - type: gauge
  40. title: Printer Hotend
  41. entity: sensor.octoprint_actual_tool0_temp
  42. severity:
  43. red: 50
  44. green: 0
  45. amber: 40
  46. - type: iframe
  47. url: https://www.rainviewer.com/map.html
  48. aspect_ratio: 75%