mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Use hass.loop.create_future() in envisalink (#100057)
This commit is contained in:
@@ -124,7 +124,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
||||
zones = conf.get(CONF_ZONES)
|
||||
partitions = conf.get(CONF_PARTITIONS)
|
||||
connection_timeout = conf.get(CONF_TIMEOUT)
|
||||
sync_connect: asyncio.Future[bool] = asyncio.Future()
|
||||
sync_connect: asyncio.Future[bool] = hass.loop.create_future()
|
||||
|
||||
controller = EnvisalinkAlarmPanel(
|
||||
host,
|
||||
|
Reference in New Issue
Block a user