mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Fix oncue not logging back in when the session expires (#71258)
This commit is contained in:
parent
c9eca40336
commit
707aa5f684
@ -9,7 +9,7 @@
|
||||
}
|
||||
],
|
||||
"documentation": "https://www.home-assistant.io/integrations/oncue",
|
||||
"requirements": ["aiooncue==0.3.2"],
|
||||
"requirements": ["aiooncue==0.3.4"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["aiooncue"]
|
||||
|
@ -211,7 +211,7 @@ aionotify==0.2.0
|
||||
aionotion==3.0.2
|
||||
|
||||
# homeassistant.components.oncue
|
||||
aiooncue==0.3.2
|
||||
aiooncue==0.3.4
|
||||
|
||||
# homeassistant.components.acmeda
|
||||
aiopulse==0.4.3
|
||||
|
@ -177,7 +177,7 @@ aionanoleaf==0.2.0
|
||||
aionotion==3.0.2
|
||||
|
||||
# homeassistant.components.oncue
|
||||
aiooncue==0.3.2
|
||||
aiooncue==0.3.4
|
||||
|
||||
# homeassistant.components.acmeda
|
||||
aiopulse==0.4.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user