forked from home-assistant/core
Update pywmspro to 0.2.2 to make error handling more robust (#144124)
This commit is contained in:
committed by
Paulus Schoutsen
parent
7eee5ecd9a
commit
c2575735ff
@@ -14,5 +14,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/wmspro",
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["pywmspro==0.2.1"]
|
||||
"requirements": ["pywmspro==0.2.2"]
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -2577,7 +2577,7 @@ pywilight==0.0.74
|
||||
pywizlight==0.6.2
|
||||
|
||||
# homeassistant.components.wmspro
|
||||
pywmspro==0.2.1
|
||||
pywmspro==0.2.2
|
||||
|
||||
# homeassistant.components.ws66i
|
||||
pyws66i==1.1
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -2099,7 +2099,7 @@ pywilight==0.0.74
|
||||
pywizlight==0.6.2
|
||||
|
||||
# homeassistant.components.wmspro
|
||||
pywmspro==0.2.1
|
||||
pywmspro==0.2.2
|
||||
|
||||
# homeassistant.components.ws66i
|
||||
pyws66i==1.1
|
||||
|
Reference in New Issue
Block a user