

To connect your account, you will be prompted for the email and password of your LIFX account.

Would it be possible to add extra methods, and then make the LightEntity carry additional information, or are you limited to the inherited methods? Alternatively could it be a solution (e.g.LIFX make Wi-Fi-enabled LED smart lighting. But as far as I can see, I cannot get the zone state information from HA, even though it seems to know the state for each zone somewhere internally.Īssuming I’m correct, I would love to help implementing this feature, however, I’m not quite sure what would be the best way.

I might be overlooking something obviously… I am after all quite new to HA. Turning to the lifx component implementation in HA Core, it seems that HA actually gets the state information from each zone in the update_color_zones() method by calling get_color_zones() from the aiolifx module. The LED strip is represented as a single LightEntity instance and the state of this instance reflects the state of the first zone of the LED strip.Īlthough there is a service call, t_state, which takes a parameter, zones, allowing individual control over the zones, it seems that the current state of the zones are not available. I have found that the state of the individual zones are not available in HA. It has several individually addressable zones.
