You can edit 2 lines in light.py to get rid of the deprecation message, and all seems to continue to work well on the latest version of HA (0.111.1).
Change Light to LightEntity on line 19 (the section for importing the device class from the component).
Also change WizBulb(Light) to WizBulb(LightEntity) on line 51.
@Sbidy - something you could update in your master if that is the right fix?
Thanks for the making it so easy to control the WiZ.
Managed to add some buttons to control the lights individually and trigger some scenes with glance
But don’t seem to be able to use glace to set the effect mode
Awesome. That works! Thanks alot. How do you know to use effect ? I’m trying to figure out what settings i can change, but can’t seem to find it. Looked at the .py files and am lost.
Do I need to restart HA when i change my scene.yaml?
The Wiz integration is basically just the same as the built-in Light integration. What I do is look in the Wiz app to see what effects are available (white bulbs versus color bulbs have different effects). Basically, whatever you can do with the regular light integration (https://www.home-assistant.io/integrations/light/), you can do with the Wiz integration.
No, you don’t need to restart HA; Just go into Configuration>Server Controls and click on the “Reload Scenes” button.
Noticed that if i set the lights to a color for eg blue, the UI icons turn to that color, then if i change the temperature, it goes into white/warm mode, but the blue UI icon still sticks at blue.
Tried the state_color: true but doesn’t seem to have any effect.
Man I’m stuck and feel so dumb haha. I just set up HA for the first time and cannot figure out how to connect my wiz recessed lights for the life of me. I tried setting up HAC, but wasn’t able to find the wiz_lights integration. I followed the instructions to manually add it into HA, and when I type “- platform:wiz_light” it says “Platform error light.wiz_light - Integration ‘wiz_light’ not found.” in Configuration validation. Any help would be greatly appreciated!
@Sbidy
Is this WiZ integration available through HACS? Some posts in this thread suggest it is and the GitHub wiz_light repo says it is, but I can’t find it in HACS.
I don’t want to be in the cloud, as you suggested in an Apr 21 post, the “WiZ App” uses the cloud based API. However, I need these lights to have IP addresses before I can use the wiz_light integration. Is the WiZ App the only way to give them IP addresses or is there another process? Essentially I’m trying to stay away from anything that will have my bulbs making calls to the internet (outside of putting them on separate VLAN with no internet access and blocking their MAC addresses from the internet at the firewall, which I suppose I can do).