sbidy / wiz_light

A WiZ Light integration for Home Assistant
MIT License
341 stars 68 forks source link

not able to use bulbs or plugs in scripts or automations #144

Open KingMark66 opened 3 years ago

KingMark66 commented 3 years ago

When i try to make a automation using for example, turn on a wiz plug for a heating device. I can't select that plug in the automations section. Is there a solution for this? Or did i do someting wrong during instalations. Because this problem also occurs with light bulbs. Or program it with node-red, or dirictly in the .yaml?

sbidy commented 3 years ago

The plug is not fully integrated. It will only added as entity not as device.

Edit: Please add the bulb with the UI ("Add device"). This will create a device and entry. After that you can use this device for automation.

austinbeam commented 3 years ago

Is there a (built-in / proper) way to set colors for bulbs within automations? For example to turn a bulb green / yellow / red based on some condition?

I can see the devices to turn on / off and set brightness, but it appears I may have to do an intermediate step to set the color. Am I missing something? Might this be a feature request?

Thanks again!