| 12345678910111213141516171819202122232425262728293031 |
- title: Tannenhof
-
- views:
- # View tab title.
- - title: Josh's Room
- # Optional unique id for direct access /lovelace/${id}
- id: example
- # Optional background (overwrites the global background).
- background: radial-gradient(crimson, skyblue)
- # Each view can have a different theme applied. Theme should be defined in the frontend.
- theme: dark-mode
-
- cards:
- - id: 698b0d61c8d64ee9a0b762080adbd009 # Automatically created id
- type: weather-forecast
- entity: weather.openweathermap
- - id: b900d5426e5d465bb4b5d92e590da361 # Automatically created id
- type: entities
- title: Joshs Room
- entities:
- - sensor.dht_sensor_temperature
- - sensor.dht_sensor_humidity
- - group.lights
- - cover.blinds
- - media_player.spotify
- # The markdown card will render markdown text.
- - id: 84fa7b0ae50d4c6fa2a7cea147859cb0 # Automatically created id
- type: markdown
- title: Lovelace
- content: >
- Welcome to your **Lovelace UI**.
|