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

Variables

string DATA_CONFIG = "izone_config"
 
string DATA_DISCOVERY_SERVICE = "izone_discovery"
 
string DISPATCH_CONTROLLER_DISCONNECTED = "izone_controller_disconnected"
 
string DISPATCH_CONTROLLER_DISCOVERED = "izone_controller_discovered"
 
string DISPATCH_CONTROLLER_RECONNECTED = "izone_controller_reconnected"
 
string DISPATCH_CONTROLLER_UPDATE = "izone_controller_update"
 
string DISPATCH_ZONE_UPDATE = "izone_zone_update"
 
string IZONE = "izone"
 
int TIMEOUT_DISCOVERY = 20
 

Detailed Description

Constants used by the izone component.

Variable Documentation

◆ DATA_CONFIG

string homeassistant.components.izone.const.DATA_CONFIG = "izone_config"

Definition at line 6 of file const.py.

◆ DATA_DISCOVERY_SERVICE

string homeassistant.components.izone.const.DATA_DISCOVERY_SERVICE = "izone_discovery"

Definition at line 5 of file const.py.

◆ DISPATCH_CONTROLLER_DISCONNECTED

string homeassistant.components.izone.const.DISPATCH_CONTROLLER_DISCONNECTED = "izone_controller_disconnected"

Definition at line 9 of file const.py.

◆ DISPATCH_CONTROLLER_DISCOVERED

string homeassistant.components.izone.const.DISPATCH_CONTROLLER_DISCOVERED = "izone_controller_discovered"

Definition at line 8 of file const.py.

◆ DISPATCH_CONTROLLER_RECONNECTED

string homeassistant.components.izone.const.DISPATCH_CONTROLLER_RECONNECTED = "izone_controller_reconnected"

Definition at line 10 of file const.py.

◆ DISPATCH_CONTROLLER_UPDATE

string homeassistant.components.izone.const.DISPATCH_CONTROLLER_UPDATE = "izone_controller_update"

Definition at line 11 of file const.py.

◆ DISPATCH_ZONE_UPDATE

string homeassistant.components.izone.const.DISPATCH_ZONE_UPDATE = "izone_zone_update"

Definition at line 12 of file const.py.

◆ IZONE

string homeassistant.components.izone.const.IZONE = "izone"

Definition at line 3 of file const.py.

◆ TIMEOUT_DISCOVERY

int homeassistant.components.izone.const.TIMEOUT_DISCOVERY = 20

Definition at line 14 of file const.py.