From 595663778cfe971ba4f15a3da584cc3d401a1531 Mon Sep 17 00:00:00 2001 From: mkmer Date: Tue, 28 Nov 2023 13:34:30 -0500 Subject: [PATCH] Bump aiosomecomfort to 0.0.24 (#104649) * Bump aiosomecomfort to 0.0.24 * PascalCase change --- homeassistant/components/honeywell/climate.py | 4 ++-- homeassistant/components/honeywell/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/honeywell/climate.py b/homeassistant/components/honeywell/climate.py index 4ecfb6a3b21..dfac69b3aed 100644 --- a/homeassistant/components/honeywell/climate.py +++ b/homeassistant/components/honeywell/climate.py @@ -8,7 +8,7 @@ from typing import Any from aiohttp import ClientConnectionError from aiosomecomfort import ( AuthError, - ConnectionError as asc_ConnectionError, + ConnectionError as AscConnectionError, SomeComfortError, UnauthorizedError, UnexpectedResponse, @@ -523,7 +523,7 @@ class HoneywellUSThermostat(ClimateEntity): await _login() return - except (asc_ConnectionError, ClientConnectionError, asyncio.TimeoutError): + except (AscConnectionError, ClientConnectionError, asyncio.TimeoutError): self._retry += 1 self._attr_available = self._retry <= RETRY return diff --git a/homeassistant/components/honeywell/manifest.json b/homeassistant/components/honeywell/manifest.json index 5db07035988..c4ddba49357 100644 --- a/homeassistant/components/honeywell/manifest.json +++ b/homeassistant/components/honeywell/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/honeywell", "iot_class": "cloud_polling", "loggers": ["somecomfort"], - "requirements": ["AIOSomecomfort==0.0.23"] + "requirements": ["AIOSomecomfort==0.0.24"] } diff --git a/requirements_all.txt b/requirements_all.txt index 913cc8353fd..a46d091eaf6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -10,7 +10,7 @@ AEMET-OpenData==0.4.6 AIOAladdinConnect==0.1.58 # homeassistant.components.honeywell -AIOSomecomfort==0.0.23 +AIOSomecomfort==0.0.24 # homeassistant.components.adax Adax-local==0.1.5 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 542f175b689..9577e2cdced 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -10,7 +10,7 @@ AEMET-OpenData==0.4.6 AIOAladdinConnect==0.1.58 # homeassistant.components.honeywell -AIOSomecomfort==0.0.23 +AIOSomecomfort==0.0.24 # homeassistant.components.adax Adax-local==0.1.5