mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Bump pizone version (#77257)
This commit is contained in:
parent
01c200e11d
commit
d47edd5a34
@ -59,9 +59,7 @@ async def async_start_discovery_service(hass: HomeAssistant):
|
|||||||
|
|
||||||
# Start the pizone discovery service, disco is the listener
|
# Start the pizone discovery service, disco is the listener
|
||||||
session = aiohttp_client.async_get_clientsession(hass)
|
session = aiohttp_client.async_get_clientsession(hass)
|
||||||
loop = hass.loop
|
disco.pi_disco = pizone.discovery(disco, session=session)
|
||||||
|
|
||||||
disco.pi_disco = pizone.discovery(disco, loop=loop, session=session)
|
|
||||||
await disco.pi_disco.start_discovery()
|
await disco.pi_disco.start_discovery()
|
||||||
|
|
||||||
async def shutdown_event(event):
|
async def shutdown_event(event):
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "izone",
|
"domain": "izone",
|
||||||
"name": "iZone",
|
"name": "iZone",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/izone",
|
"documentation": "https://www.home-assistant.io/integrations/izone",
|
||||||
"requirements": ["python-izone==1.2.3"],
|
"requirements": ["python-izone==1.2.9"],
|
||||||
"codeowners": ["@Swamp-Ig"],
|
"codeowners": ["@Swamp-Ig"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"homekit": {
|
"homekit": {
|
||||||
|
@ -1939,7 +1939,7 @@ python-homewizard-energy==1.1.0
|
|||||||
python-hpilo==4.3
|
python-hpilo==4.3
|
||||||
|
|
||||||
# homeassistant.components.izone
|
# homeassistant.components.izone
|
||||||
python-izone==1.2.3
|
python-izone==1.2.9
|
||||||
|
|
||||||
# homeassistant.components.joaoapps_join
|
# homeassistant.components.joaoapps_join
|
||||||
python-join-api==0.0.9
|
python-join-api==0.0.9
|
||||||
|
@ -1332,7 +1332,7 @@ python-fullykiosk==0.0.11
|
|||||||
python-homewizard-energy==1.1.0
|
python-homewizard-energy==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.izone
|
# homeassistant.components.izone
|
||||||
python-izone==1.2.3
|
python-izone==1.2.9
|
||||||
|
|
||||||
# homeassistant.components.juicenet
|
# homeassistant.components.juicenet
|
||||||
python-juicenet==1.1.0
|
python-juicenet==1.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user