mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Bump aiosomecomfort to 0.0.23 (#104641)
This commit is contained in:
parent
7533895a3d
commit
56f2f17ed1
@ -8,6 +8,7 @@ from typing import Any
|
||||
from aiohttp import ClientConnectionError
|
||||
from aiosomecomfort import (
|
||||
AuthError,
|
||||
ConnectionError as asc_ConnectionError,
|
||||
SomeComfortError,
|
||||
UnauthorizedError,
|
||||
UnexpectedResponse,
|
||||
@ -522,7 +523,7 @@ class HoneywellUSThermostat(ClimateEntity):
|
||||
await _login()
|
||||
return
|
||||
|
||||
except (ClientConnectionError, asyncio.TimeoutError):
|
||||
except (asc_ConnectionError, ClientConnectionError, asyncio.TimeoutError):
|
||||
self._retry += 1
|
||||
self._attr_available = self._retry <= RETRY
|
||||
return
|
||||
|
@ -6,5 +6,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/honeywell",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["somecomfort"],
|
||||
"requirements": ["AIOSomecomfort==0.0.22"]
|
||||
"requirements": ["AIOSomecomfort==0.0.23"]
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ AEMET-OpenData==0.4.6
|
||||
AIOAladdinConnect==0.1.58
|
||||
|
||||
# homeassistant.components.honeywell
|
||||
AIOSomecomfort==0.0.22
|
||||
AIOSomecomfort==0.0.23
|
||||
|
||||
# homeassistant.components.adax
|
||||
Adax-local==0.1.5
|
||||
|
@ -10,7 +10,7 @@ AEMET-OpenData==0.4.6
|
||||
AIOAladdinConnect==0.1.58
|
||||
|
||||
# homeassistant.components.honeywell
|
||||
AIOSomecomfort==0.0.22
|
||||
AIOSomecomfort==0.0.23
|
||||
|
||||
# homeassistant.components.adax
|
||||
Adax-local==0.1.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user