Lovelace state_filter

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-filter

then i do this its working

card:
title: ‘Units Offline:’
type: glance
entities:

  • switch.everywhere_repeat_switch
    state_filter:
  • unavailable
    type: entity-filter

image

So 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.

Maybe auto-entities would help you: https://github.com/thomasloven/lovelace-auto-entities

1 Like

Hmm meaby, i will try, thanks @Flop2006

Perfect its now showing devices that are unavailable, thank you so much :slight_smile:

1 Like