Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.izone.const
 

Variables

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