| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- 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.weather
- - 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
- - device_tracker.david
- - device_tracker.david
- # The markdown card will render markdown text.
- - type: light
- entity: light.led_strip
- - type: gauge
- title: Temperature
- entity: sensor.dht_sensor_temperature
- min: -20
- max: 35
- - type: sensor
- entity: sensor.dht_sensor_temperature
- name: Temperature
- height: 75
- line_color: "#3498db"
- - type: gauge
- title: Printer Hotend
- entity: sensor.octoprint_actual_tool0_temp
- severity:
- red: 50
- green: 0
- amber: 40
- - type: iframe
- url: https://www.rainviewer.com/map.html
- aspect_ratio: 75%
-
|