Update pywmspro to 0.2.1 to fix handling of unknown products (#127942)
parent
bbbbd0810a
commit
f5797e3799
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -149,6 +149,8 @@
|
|||
}),
|
||||
'status': dict({
|
||||
}),
|
||||
'unknownProducts': dict({
|
||||
}),
|
||||
}),
|
||||
'97358': dict({
|
||||
'actions': dict({
|
||||
|
@ -203,6 +205,8 @@
|
|||
}),
|
||||
'status': dict({
|
||||
}),
|
||||
'unknownProducts': dict({
|
||||
}),
|
||||
}),
|
||||
}),
|
||||
'host': 'webcontrol',
|
||||
|
|
Loading…
Reference in New Issue