Bump aiosenseme to 0.6.1 to fix parser (#64520)

This commit is contained in:
J. Nick Koston 2022-01-19 22:33:43 -10:00 committed by GitHub
parent 8289da88cb
commit 2b413b86a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 9 deletions

View File

@ -54,10 +54,11 @@ def async_trigger_discovery(
) -> None: ) -> None:
"""Trigger config flows for discovered devices.""" """Trigger config flows for discovered devices."""
for device in discovered_devices: for device in discovered_devices:
hass.async_create_task( if device.uuid:
hass.config_entries.flow.async_init( hass.async_create_task(
DOMAIN, hass.config_entries.flow.async_init(
context={"source": config_entries.SOURCE_DISCOVERY}, DOMAIN,
data={CONF_ID: device.uuid}, context={"source": config_entries.SOURCE_DISCOVERY},
data={CONF_ID: device.uuid},
)
) )
)

View File

@ -4,7 +4,7 @@
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/senseme", "documentation": "https://www.home-assistant.io/integrations/senseme",
"requirements": [ "requirements": [
"aiosenseme==0.6.0" "aiosenseme==0.6.1"
], ],
"codeowners": [ "codeowners": [
"@mikelawrence", "@bdraco" "@mikelawrence", "@bdraco"

View File

@ -251,7 +251,7 @@ aiorecollect==1.0.8
aioridwell==2021.12.2 aioridwell==2021.12.2
# homeassistant.components.senseme # homeassistant.components.senseme
aiosenseme==0.6.0 aiosenseme==0.6.1
# homeassistant.components.shelly # homeassistant.components.shelly
aioshelly==1.0.7 aioshelly==1.0.7

View File

@ -186,7 +186,7 @@ aiorecollect==1.0.8
aioridwell==2021.12.2 aioridwell==2021.12.2
# homeassistant.components.senseme # homeassistant.components.senseme
aiosenseme==0.6.0 aiosenseme==0.6.1
# homeassistant.components.shelly # homeassistant.components.shelly
aioshelly==1.0.7 aioshelly==1.0.7