Update LoqedAPI to handle invalid transitions better (#101534)
This commit is contained in:
parent
9982483395
commit
83c5844c2e
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
"dependencies": ["webhook"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/loqed",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["loqedAPI==2.1.7"],
|
||||
"requirements": ["loqedAPI==2.1.8"],
|
||||
"zeroconf": [
|
||||
{
|
||||
"type": "_http._tcp.local.",
|
||||
|
|
|
@ -1165,7 +1165,7 @@ logi-circle==0.2.3
|
|||
london-tube-status==0.5
|
||||
|
||||
# homeassistant.components.loqed
|
||||
loqedAPI==2.1.7
|
||||
loqedAPI==2.1.8
|
||||
|
||||
# homeassistant.components.luftdaten
|
||||
luftdaten==0.7.4
|
||||
|
|
|
@ -903,7 +903,7 @@ logi-circle==0.2.3
|
|||
london-tube-status==0.5
|
||||
|
||||
# homeassistant.components.loqed
|
||||
loqedAPI==2.1.7
|
||||
loqedAPI==2.1.8
|
||||
|
||||
# homeassistant.components.luftdaten
|
||||
luftdaten==0.7.4
|
||||
|
|
Loading…
Add table
Reference in a new issue