UWAGA. Szambo jest już pełne! - warunkowa karta alarmowa

Proponuje “custom button card” możesz tam zrobić coś podobnego
Ja mam tak zrobione ino z burze-dzis-net, jak sensor jest “OFF” to wszystko jest szare, jak sensor przechodzi na “ON”, kolor zmienia sie na czerwony i mruga.
image

Poniżej kod dla jednej karty:

type: 'custom:button-card'
color_type: null
entity: binary_sensor.burze_dzis_net_storm_warning
name: Burza
icon: ''
show_name: true
show_state: false
styles:
  name:
    - color: rgb(35 35 35)
state:
  - value: 'on'
    color: red
    styles:
      name:
        - color: red
      card:
        - animation: blink 2s ease infinite
  - operator: default
    color: rgb(35 35 35)
2 polubienia