title: Tannenhof views: # View tab title. - title: Home # Optional unique id for direct access /lovelace/${id} id: home # 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 - type: section label: Music - media_player.spotify # The markdown card will render markdown text. - type: horizontal-stack cards: - type: conditional conditions: - entity: device_tracker.david state: "home" card: type: entity-button entity: device_tracker.david - type: conditional conditions: - entity: device_tracker.josh state: "home" card: type: entity-button entity: device_tracker.josh - type: conditional conditions: - entity: device_tracker.margit state: "home" card: type: entity-button entity: device_tracker.margit - type: conditional conditions: - entity: device_tracker.meinrad state: "home" card: type: entity-button entity: device_tracker.meinrad - type: horizontal-stack cards: - type: light entity: light.led_strip - type: light entity: light.room_light - type: sensor entity: sensor.dht_sensor_temperature name: Temperature height: 75 line_color: "#3498db" - type: conditional conditions: - entity: light.bed_light state: "on" card: type: horizontal-stack cards: - type: gauge title: Printer Hotend entity: sensor.octoprint_actual_tool0_temp severity: red: 50 green: 0 amber: 40 - type: gauge title: Printer Hotend entity: sensor.octoprint_actual_bed_temp severity: red: 50 green: 0 amber: 40 - title: Weather id: weather # 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: - type: horizontal-stack cards: - type: iframe url: https://www.rainviewer.com/map.html?loc=47.6739,9.1983,10&oFa=0&oC=1&oU=0&oCS=1&oF=0&oAP=0&rmt=4&c=1&o=70&lm=1&th=1 aspect_ratio: 100% - type: iframe url: https://earth.nullschool.net/#current/wind/surface/level/equirectangular=-354.86,46.31,1647/loc=9.198,47.673 aspect_ratio: 100%