List of all active lights

Hi, I have already a display, that counts all active lights and I can see it on the front Lovelace Card.

Now I Want to make it clickable and then I want to see all active lights, so I can turn them of. Maybe I want to turn only 2 from 5 lights - the item list should be only the active Lights…

Does s.o. have an idea?

I use browser mod to make a pop up and the pop up has the list of lights using auto-entities card

2 Likes
type: custom:auto-entities
show_empty: true
card:
  type: entities
  title: Lights on
  show_header_toggle: false
filter:
  include:
    - domain: light
  exclude:
    - state: 'off'
    - state: unavailable

afbeelding

2 Likes

Thank you - works perfect

1 Like