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