Bump aiooncue to 0.3.5 (#95148)

This commit is contained in:
J. Nick Koston 2023-06-24 15:12:02 -05:00 committed by GitHub
parent 74d342a000
commit c8430e4557
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View file

@ -3,10 +3,15 @@
import asyncio
import aiohttp
from aiooncue import ServiceFailedException
DOMAIN = "oncue"
CONNECTION_EXCEPTIONS = (asyncio.TimeoutError, aiohttp.ClientError)
CONNECTION_EXCEPTIONS = (
asyncio.TimeoutError,
aiohttp.ClientError,
ServiceFailedException,
)
CONNECTION_ESTABLISHED_KEY: str = "NetworkConnectionEstablished"

View file

@ -12,5 +12,5 @@
"documentation": "https://www.home-assistant.io/integrations/oncue",
"iot_class": "cloud_polling",
"loggers": ["aiooncue"],
"requirements": ["aiooncue==0.3.4"]
"requirements": ["aiooncue==0.3.5"]
}

View file

@ -301,7 +301,7 @@ aionanoleaf==0.2.1
aionotion==2023.05.5
# homeassistant.components.oncue
aiooncue==0.3.4
aiooncue==0.3.5
# homeassistant.components.openexchangerates
aioopenexchangerates==0.4.0

View file

@ -273,7 +273,7 @@ aionanoleaf==0.2.1
aionotion==2023.05.5
# homeassistant.components.oncue
aiooncue==0.3.4
aiooncue==0.3.5
# homeassistant.components.openexchangerates
aioopenexchangerates==0.4.0