mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Bump aiooncue to 0.3.5 (#95148)
This commit is contained in:
parent
74d342a000
commit
c8430e4557
@ -3,10 +3,15 @@
|
|||||||
import asyncio
|
import asyncio
|
||||||
|
|
||||||
import aiohttp
|
import aiohttp
|
||||||
|
from aiooncue import ServiceFailedException
|
||||||
|
|
||||||
DOMAIN = "oncue"
|
DOMAIN = "oncue"
|
||||||
|
|
||||||
CONNECTION_EXCEPTIONS = (asyncio.TimeoutError, aiohttp.ClientError)
|
CONNECTION_EXCEPTIONS = (
|
||||||
|
asyncio.TimeoutError,
|
||||||
|
aiohttp.ClientError,
|
||||||
|
ServiceFailedException,
|
||||||
|
)
|
||||||
|
|
||||||
CONNECTION_ESTABLISHED_KEY: str = "NetworkConnectionEstablished"
|
CONNECTION_ESTABLISHED_KEY: str = "NetworkConnectionEstablished"
|
||||||
|
|
||||||
|
@ -12,5 +12,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/oncue",
|
"documentation": "https://www.home-assistant.io/integrations/oncue",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["aiooncue"],
|
"loggers": ["aiooncue"],
|
||||||
"requirements": ["aiooncue==0.3.4"]
|
"requirements": ["aiooncue==0.3.5"]
|
||||||
}
|
}
|
||||||
|
@ -301,7 +301,7 @@ aionanoleaf==0.2.1
|
|||||||
aionotion==2023.05.5
|
aionotion==2023.05.5
|
||||||
|
|
||||||
# homeassistant.components.oncue
|
# homeassistant.components.oncue
|
||||||
aiooncue==0.3.4
|
aiooncue==0.3.5
|
||||||
|
|
||||||
# homeassistant.components.openexchangerates
|
# homeassistant.components.openexchangerates
|
||||||
aioopenexchangerates==0.4.0
|
aioopenexchangerates==0.4.0
|
||||||
|
@ -273,7 +273,7 @@ aionanoleaf==0.2.1
|
|||||||
aionotion==2023.05.5
|
aionotion==2023.05.5
|
||||||
|
|
||||||
# homeassistant.components.oncue
|
# homeassistant.components.oncue
|
||||||
aiooncue==0.3.4
|
aiooncue==0.3.5
|
||||||
|
|
||||||
# homeassistant.components.openexchangerates
|
# homeassistant.components.openexchangerates
|
||||||
aioopenexchangerates==0.4.0
|
aioopenexchangerates==0.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user