mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Update pywmspro to 0.2.2 to make error handling more robust (#144124)
This commit is contained in:
@ -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