Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.zeroconf.models.HaAsyncZeroconf Class Reference
Inheritance diagram for homeassistant.components.zeroconf.models.HaAsyncZeroconf:
[legend]
Collaboration diagram for homeassistant.components.zeroconf.models.HaAsyncZeroconf:
[legend]

Public Member Functions

None async_close (self)
 

Static Public Attributes

None ha_async_close = AsyncZeroconf.async_close
 

Detailed Description

Home Assistant version of AsyncZeroconf.

Definition at line 16 of file models.py.

Member Function Documentation

◆ async_close()

None homeassistant.components.zeroconf.models.HaAsyncZeroconf.async_close (   self)
Home Assistant version of AsyncZeroconf.
Fake method to avoid integrations closing it.

Definition at line 19 of file models.py.

Member Data Documentation

◆ ha_async_close

None homeassistant.components.zeroconf.models.HaAsyncZeroconf.ha_async_close = AsyncZeroconf.async_close
static

Definition at line 22 of file models.py.


The documentation for this class was generated from the following file: