Няма описание
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.0KB

12345678910111213141516171819202122232425262728293031
  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.openweathermap
  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. # The markdown card will render markdown text.
  25. - id: 84fa7b0ae50d4c6fa2a7cea147859cb0 # Automatically created id
  26. type: markdown
  27. title: Lovelace
  28. content: >
  29. Welcome to your **Lovelace UI**.