Bump poolsense to 0.1.0 (#181787)

This commit is contained in:
Jamie Magee
2026-09-09 21:41:08 +02:00
committed by GitHub
parent 1437491e0a
commit 07c1009075
4 changed files with 4 additions and 2 deletions
@@ -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()
@@ -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()
@@ -7,5 +7,5 @@
"integration_type": "device",
"iot_class": "cloud_polling",
"loggers": ["poolsense"],
"requirements": ["poolsense==0.0.8"]
"requirements": ["poolsense==0.1.0"]
}
+1 -1
View File
@@ -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