mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Bump aiosenseme to 0.6.1 to fix parser (#64520)
This commit is contained in:
parent
8289da88cb
commit
2b413b86a3
@ -54,6 +54,7 @@ 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:
|
||||||
|
if device.uuid:
|
||||||
hass.async_create_task(
|
hass.async_create_task(
|
||||||
hass.config_entries.flow.async_init(
|
hass.config_entries.flow.async_init(
|
||||||
DOMAIN,
|
DOMAIN,
|
||||||
|
@ -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"
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user