Hi. Is it possible to programe an mushroom entity card so that the icon / button in the dashboard blinks if the door / window is open?
I earlier used the custom button card to do this, but I like the mushroom style better.
Here is the code I used earlier…
type: custom:button-card
color_type: card
entity: binary_sensor.dorsensor_yttetdor
name: Ytterdør
styles:
card:
- height: 100px
state:
- value: 'on'
color: red
icon: hass:door-open
styles:
card:
- animation: blink 2s ease infinite
- operator: default
icon: hass:door
Is it possible to do the same with mushroom entity card?