I’ve just started setting up my home assistant to connect to my hue lights (I have a Hue bridge as well).
Some of the hue lights have hs_color
, rgb_color
, and xy_color
attributes. And other hue lights have brightness
and color_temp
, but there is no crossover between these. They are all hue color ambiance bulbs, although purchased at different times.
Because they use different attributes, it’s very difficult to figure out automation with them, as well as things like setting the icon state color (the lights with rgb_color seem to show an icon state, while those without don’t).
Is this a bug or some other issue? Any clues about how I might fix it or change it? My guess is that the ones showing only brightness and color_temp are being interpreted as “white” bulbs only, but they’re definitely not and I can set colors through the hue app just fine.
I am running Home Assistant 0.117.1 in a docker container on my raspberry pi 4 (arm64 architecture)