
Nanoleaf Lines Starter Kit, 9 Smarten LED RGBW Lichtleisten - Modulare WLAN 16 Mio. Farben Wandleuchte Innen, Musik & Bildschirm Sync, Funktioniert mit Alexa Google Apple, für Deko & Gaming
Unverb. Preisempf.: 199,99 € (2.777,64 € / kg)
105,99 € (1.472,08 € / kg)Sie sparen 94,00 € (47%)

Ich habe eine schöne Möglichkeit gefunden, sich die aktuellen Wetterwarnungen (soweit diese vorhanden) in einer „conditional-card“ anzeigen zu lassen.
Das einzige was hierfür benötigt wird ist die Integration DWD Wetterdienst

type: conditional
conditions:
- entity: sensor.upgant_schott_current_warning_level
state_not: '0'
card:
type: entities
entities:
- type: custom:multiple-entity-row
entity: sensor.upgant_schott_current_warning_level
name: WARNUNG
toggle: false
state_color: true
show_state: true
secondary_info: ''
icon: mdi:exclamation-thick
entities:
- entity: sensor.upgant_schott_current_warning_level
attribute: warning_1_name
name: Warnung vor
- entity: sensor.upgant_schott_current_warning_level
attribute: warning_1_start
format: time
name: Von
- entity: sensor.upgant_schott_current_warning_level
attribute: warning_1_end
format: time
name: Bis
state_header: Anzahl Warnungen
column: true
card_mod:
style:
.: |
:host {
--paper-item-icon-color: red;
--mdc-icon-size: 40px;
}