mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
Bump poolsense to 0.1.0 (#181787)
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user