nicufarmache / lovelace-big-slider-card

A card with a big slider for light entities in Home Assistant
MIT License
66 stars 11 forks source link

Doesn’t Work when Brightness is an Entity #37

Open rbridal opened 11 months ago

rbridal commented 11 months ago

When brightness is an individual entity, as opposed to a attribute of another entity, this does not work. For instance Lametric Time and Sky both have a standalone brightness entity (IE, number.sky_brightness), not a brightness attribute, so it always reads off and doesn’t set the brightness. In this cases entity state needs to change as opposed to attribute value, which is not working.