Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.escea.const
 

Variables

string homeassistant.components.escea.const.DATA_DISCOVERY_SERVICE = "escea_discovery"
 
string homeassistant.components.escea.const.DISPATCH_CONTROLLER_DISCONNECTED = "escea_controller_disconnected"
 
string homeassistant.components.escea.const.DISPATCH_CONTROLLER_DISCOVERED = "escea_controller_discovered"
 
string homeassistant.components.escea.const.DISPATCH_CONTROLLER_RECONNECTED = "escea_controller_reconnected"
 
string homeassistant.components.escea.const.DISPATCH_CONTROLLER_UPDATE = "escea_controller_update"
 
string homeassistant.components.escea.const.DOMAIN = "escea"
 
string homeassistant.components.escea.const.ESCEA_FIREPLACE = "Escea Fireplace"
 
string homeassistant.components.escea.const.ESCEA_MANUFACTURER = "Escea"
 
int homeassistant.components.escea.const.TIMEOUT_DISCOVERY = 20