@DkAutomater wrote:
Hi guys, i have this glance card in lovelace to show unavailable units, aka lights and switch.
I have alot of lights and switches, but then one light are unavailable its not showing up.
card:
title: ‘Units Offline:’
type: glance
entities:
- group.all_lights
- group.all_switches
state_filter:- ‘unavailable’
type: entity-filterthen i do this its working
card:
title: ‘Units Offline:’
type: glance
entities:
- switch.everywhere_repeat_switch
state_filter:- unavailable
type: entity-filterSo how can i "monitor"all entity in a group in this glance card? instead of put in all switches and lights?
OBS: The two ’ dots are removed after i save the card, dont know why.
Posts: 1
Participants: 1