Update pywmspro to 0.2.1 to fix handling of unknown products (#127942)
This commit is contained in:
parent
bbbbd0810a
commit
f5797e3799
4 changed files with 7 additions and 3 deletions
|
@ -15,5 +15,5 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/wmspro",
|
"documentation": "https://www.home-assistant.io/integrations/wmspro",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["pywmspro==0.2.0"]
|
"requirements": ["pywmspro==0.2.1"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2483,7 +2483,7 @@ pywilight==0.0.74
|
||||||
pywizlight==0.5.14
|
pywizlight==0.5.14
|
||||||
|
|
||||||
# homeassistant.components.wmspro
|
# homeassistant.components.wmspro
|
||||||
pywmspro==0.2.0
|
pywmspro==0.2.1
|
||||||
|
|
||||||
# homeassistant.components.ws66i
|
# homeassistant.components.ws66i
|
||||||
pyws66i==1.1
|
pyws66i==1.1
|
||||||
|
|
|
@ -1983,7 +1983,7 @@ pywilight==0.0.74
|
||||||
pywizlight==0.5.14
|
pywizlight==0.5.14
|
||||||
|
|
||||||
# homeassistant.components.wmspro
|
# homeassistant.components.wmspro
|
||||||
pywmspro==0.2.0
|
pywmspro==0.2.1
|
||||||
|
|
||||||
# homeassistant.components.ws66i
|
# homeassistant.components.ws66i
|
||||||
pyws66i==1.1
|
pyws66i==1.1
|
||||||
|
|
|
@ -149,6 +149,8 @@
|
||||||
}),
|
}),
|
||||||
'status': dict({
|
'status': dict({
|
||||||
}),
|
}),
|
||||||
|
'unknownProducts': dict({
|
||||||
|
}),
|
||||||
}),
|
}),
|
||||||
'97358': dict({
|
'97358': dict({
|
||||||
'actions': dict({
|
'actions': dict({
|
||||||
|
@ -203,6 +205,8 @@
|
||||||
}),
|
}),
|
||||||
'status': dict({
|
'status': dict({
|
||||||
}),
|
}),
|
||||||
|
'unknownProducts': dict({
|
||||||
|
}),
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
'host': 'webcontrol',
|
'host': 'webcontrol',
|
||||||
|
|
Loading…
Add table
Reference in a new issue