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