From 07c10090753baacb13907535a4280014113be351 Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Wed, 9 Sep 2026 12:41:08 -0700 Subject: [PATCH] Bump poolsense to 0.1.0 (#181787) --- homeassistant/components/poolsense/__init__.py | 1 + homeassistant/components/poolsense/config_flow.py | 1 + homeassistant/components/poolsense/manifest.json | 2 +- requirements_all.txt | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/poolsense/__init__.py b/homeassistant/components/poolsense/__init__.py index a2e547125666..d2575dbaeebb 100644 --- a/homeassistant/components/poolsense/__init__.py +++ b/homeassistant/components/poolsense/__init__.py @@ -23,6 +23,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: PoolSenseConfigEntry) -> aiohttp_client.async_get_clientsession(hass), entry.data[CONF_EMAIL], entry.data[CONF_PASSWORD], + None, ) auth_valid = await poolsense.test_poolsense_credentials() diff --git a/homeassistant/components/poolsense/config_flow.py b/homeassistant/components/poolsense/config_flow.py index 17bffe700f39..b0e1c11d7ced 100644 --- a/homeassistant/components/poolsense/config_flow.py +++ b/homeassistant/components/poolsense/config_flow.py @@ -39,6 +39,7 @@ class PoolSenseConfigFlow(ConfigFlow, domain=DOMAIN): aiohttp_client.async_get_clientsession(self.hass), user_input[CONF_EMAIL], user_input[CONF_PASSWORD], + None, ) api_key_valid = await poolsense.test_poolsense_credentials() diff --git a/homeassistant/components/poolsense/manifest.json b/homeassistant/components/poolsense/manifest.json index f9339cfa8606..a2934aa3426b 100644 --- a/homeassistant/components/poolsense/manifest.json +++ b/homeassistant/components/poolsense/manifest.json @@ -7,5 +7,5 @@ "integration_type": "device", "iot_class": "cloud_polling", "loggers": ["poolsense"], - "requirements": ["poolsense==0.0.8"] + "requirements": ["poolsense==0.1.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index a1083335ad95..b086ff065463 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1918,7 +1918,7 @@ plugwise==1.14.6 pmsensor==0.4 # homeassistant.components.poolsense -poolsense==0.0.8 +poolsense==0.1.0 # homeassistant.components.powerfox # homeassistant.components.powerfox_local