Update pywmspro to 0.2.1 to fix handling of unknown products (#127942)

pull/127998/head
Marc Hörsken 2024-10-09 10:31:44 +02:00 committed by GitHub
parent bbbbd0810a
commit f5797e3799
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 3 deletions

View File

@ -15,5 +15,5 @@
"documentation": "https://www.home-assistant.io/integrations/wmspro",
"integration_type": "hub",
"iot_class": "local_polling",
"requirements": ["pywmspro==0.2.0"]
"requirements": ["pywmspro==0.2.1"]
}

View File

@ -2483,7 +2483,7 @@ pywilight==0.0.74
pywizlight==0.5.14
# homeassistant.components.wmspro
pywmspro==0.2.0
pywmspro==0.2.1
# homeassistant.components.ws66i
pyws66i==1.1

View File

@ -1983,7 +1983,7 @@ pywilight==0.0.74
pywizlight==0.5.14
# homeassistant.components.wmspro
pywmspro==0.2.0
pywmspro==0.2.1
# homeassistant.components.ws66i
pyws66i==1.1

View File

@ -149,6 +149,8 @@
}),
'status': dict({
}),
'unknownProducts': dict({
}),
}),
'97358': dict({
'actions': dict({
@ -203,6 +205,8 @@
}),
'status': dict({
}),
'unknownProducts': dict({
}),
}),
}),
'host': 'webcontrol',