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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. title: Tannenhof
  2. resources:
  3. - url: /local/gauge-card.js?v=1
  4. type: js
  5. views:
  6. # View tab title.
  7. - title: Josh's Room
  8. # Optional unique id for direct access /lovelace/${id}
  9. id: example
  10. # Optional background (overwrites the global background).
  11. background: radial-gradient(crimson, skyblue)
  12. # Each view can have a different theme applied. Theme should be defined in the frontend.
  13. theme: dark-mode
  14. cards:
  15. - id: 698b0d61c8d64ee9a0b762080adbd009 # Automatically created id
  16. type: weather-forecast
  17. entity: weather.weather
  18. - id: b900d5426e5d465bb4b5d92e590da361 # Automatically created id
  19. type: entities
  20. title: Joshs Room
  21. entities:
  22. - sensor.dht_sensor_temperature
  23. - sensor.dht_sensor_humidity
  24. - group.lights
  25. - cover.blinds
  26. - media_player.spotify
  27. # The markdown card will render markdown text.
  28. - type: custom:gauge-card
  29. title: Temperature
  30. entity: sensor.dht_sensor_temperature
  31. min: -20
  32. max: 35
  33. - type: custom:gauge-card
  34. title: Printer Hotend
  35. entity: sensor.octoprint_actual_tool0_temp
  36. severity:
  37. red: 50
  38. green: 0
  39. amber: 40