dylandoamaral / uptime-card

Minimalistic uptime card for Home Assistant Lovelace UI
266 stars 11 forks source link

Glance blink to uptime card #57

Closed LRvdLinden closed 3 years ago

LRvdLinden commented 3 years ago

Hi, is it possible to put a glance to uptime card? A red blink when it is down image

LRvdLinden commented 3 years ago

So when it seems offline than the card blink. See: https://www.home-assistant.io/lovelace/glance/

LRvdLinden commented 3 years ago

style: | state-badge{ {% if is_state('sensor.ombo_online', 'Offline') %} filter: brightness(50%) grayscale(100%); {% endif %} }

dylandoamaral commented 3 years ago

Thanks for the example, it will help me a lot

LRvdLinden commented 3 years ago

image

LRvdLinden commented 3 years ago

see card code: https://pastebin.com/wfPjCCde

LRvdLinden commented 3 years ago

Apr-18-2021 11-54-47