Sorry @raw brook one more thing, I use scenes to fade my lifx on and off (so no on and off toggling, just min and max brightness)
In the lights card I'd like those cards to show as switched off when brightness is at 0 and on @ any other brightness level
I've tried this but isn't working
state_filter: {'off': brightness(0%), 'on': brightness(100%)}```
Scene:
``` - name: Cinema Dim
entities:
light.cinema_2:
state: on
transition: 10
brightness_pct: 0
- name: Cinema Normal
entities:
light.cinema_2:
state: on
transition: 10
brightness_pct: 100```
and select the option to set as the default
