Fix missing effects on dimmable WiZ bulbs (#66665)
This commit is contained in:
parent
dd9b14d5c9
commit
65999227ae
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
"dependencies": ["network"],
|
||||
"quality_scale": "platinum",
|
||||
"documentation": "https://www.home-assistant.io/integrations/wiz",
|
||||
"requirements": ["pywizlight==0.5.8"],
|
||||
"requirements": ["pywizlight==0.5.9"],
|
||||
"iot_class": "local_push",
|
||||
"codeowners": ["@sbidy"]
|
||||
}
|
||||
|
|
|
@ -2057,7 +2057,7 @@ pywemo==0.7.0
|
|||
pywilight==0.0.70
|
||||
|
||||
# homeassistant.components.wiz
|
||||
pywizlight==0.5.8
|
||||
pywizlight==0.5.9
|
||||
|
||||
# homeassistant.components.xeoma
|
||||
pyxeoma==1.4.1
|
||||
|
|
|
@ -1285,7 +1285,7 @@ pywemo==0.7.0
|
|||
pywilight==0.0.70
|
||||
|
||||
# homeassistant.components.wiz
|
||||
pywizlight==0.5.8
|
||||
pywizlight==0.5.9
|
||||
|
||||
# homeassistant.components.zerproc
|
||||
pyzerproc==0.4.8
|
||||
|
|
Loading…
Add table
Reference in a new issue