Skip to content

Commit

Permalink
Remove effects from WiZ wall dimmer switches
Browse files Browse the repository at this point in the history
- The dimmer switch do not support effects

- Requires sbidy/pywizlight#139
  • Loading branch information
bdraco committed Feb 23, 2022
1 parent cb190a7 commit 9794975
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/wiz/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": ["network"],
"quality_scale": "platinum",
"documentation": "https://www.home-assistant.io/integrations/wiz",
"requirements": ["pywizlight==0.5.12"],
"requirements": ["pywizlight==0.5.13"],
"iot_class": "local_push",
"codeowners": ["@sbidy"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2061,7 +2061,7 @@ pywemo==0.7.0
pywilight==0.0.70

# homeassistant.components.wiz
pywizlight==0.5.12
pywizlight==0.5.13

# homeassistant.components.xeoma
pyxeoma==1.4.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ pywemo==0.7.0
pywilight==0.0.70

# homeassistant.components.wiz
pywizlight==0.5.12
pywizlight==0.5.13

# homeassistant.components.zerproc
pyzerproc==0.4.8
Expand Down

0 comments on commit 9794975

Please sign in to comment.