Description
Is your feature request related to a problem? Please describe
I have a mix of Hue and Trådfri color lights, and the Trådfri have color_options.execute_if_off
conveniently exposed in the UI by zigbee-herdsman-converters#6163.
My Hue bulbs/downlights have the same feature, but not exposed in the UI, only adjustable by publishing MQTT messages.
Describe the solution you'd like
Would it be possible to expose the same settings (and I suppose level_config
too) for Hue lights? Or has the setting been intentionally left unexposed in the UI?
Describe alternatives you've considered
Publishing MQTT messages works, but isn't as user-friendly when adding new devices.
Additional context
The changes in the Trådfri PR look pretty simple/minimal, so I'd offer to draft a Hue one myself, but I don't have much context or experience with this project, so I'm not sure I'd be the best candidate in case there's more to it than at first glance.