DWD Wetterwarnung Karte

Nuki Smart Lock 3.0 Pro, smartes Türschloss mit WiFi-Modul für Fernzugriff, elektronisches Türschloss macht das Smartphone zum Schlüssel, mit Akku Power Pack, AV-TEST-geprüft, weiß
Nuki Smart Lock 3.0 Pro, smartes Türschloss mit WiFi-Modul für Fernzugriff, elektronisches Türschloss macht das Smartphone zum Schlüssel, mit Akku Power Pack, AV-TEST-geprüft, weiß
Unverb. Preisempf.: 279,00 €
220,90 €
Sie sparen 58,10 € (21%)

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;
            }