2 immediate issues: I’m not setting the color_temp correctly, and I’m not sure how to identify the lights. The automations I’ve set up before have been entities, and are identified using something like entity_id: switch.2302731368c63ae72c56. The Hue individual lights are classified by HA as devices, and the light groups, as set using the Hue app, are classified by HA as integrations.
I think I can work around issue 2 by following the auto-generated automation’s format when trying to turn lights on:
I’m not sure how to identify the lights. The automations I’ve set up before have been entities , and are identified using something like entity_id: switch.2302731368c63ae72c56 . The Hue individual lights are classified by HA as devices , and the light groups, as set using the Hue app, are classified by HA as integrations
Are you saying the hue integration didn’t generate a light.hue_XXXXX or whatever for each light?
Open dev tools and go to states at the top. The go to ‘filter entities’ and type “light”. I would hope these hue lights show up there!
If they do, you can make your own HA light group with these hue lights. I would recommend a light group if you control these lights the same all the time.