Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.izone.discovery Namespace Reference

Classes

class  DiscoveryService
 

Functions

def async_start_discovery_service (HomeAssistant hass)
 
def async_stop_discovery_service (HomeAssistant hass)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Internal discovery service for  iZone AC.

Function Documentation

◆ async_start_discovery_service()

def homeassistant.components.izone.discovery.async_start_discovery_service ( HomeAssistant  hass)
Set up the pizone internal discovery.

Definition at line 54 of file discovery.py.

◆ async_stop_discovery_service()

def homeassistant.components.izone.discovery.async_stop_discovery_service ( HomeAssistant  hass)
Stop the discovery service.

Definition at line 73 of file discovery.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.izone.discovery._LOGGER = logging.getLogger(__name__)
private

Definition at line 20 of file discovery.py.