Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.vera.const
 

Variables

string homeassistant.components.vera.const.ATTR_CURRENT_ENERGY_KWH = "current_energy_kwh"
 
string homeassistant.components.vera.const.ATTR_CURRENT_POWER_W = "current_power_w"
 
string homeassistant.components.vera.const.CONF_CONTROLLER = "vera_controller_url"
 
string homeassistant.components.vera.const.CONF_LEGACY_UNIQUE_ID = "legacy_unique_id"
 
string homeassistant.components.vera.const.CONTROLLER_DATAS = "controller_datas"
 
string homeassistant.components.vera.const.DOMAIN = "vera"
 
string homeassistant.components.vera.const.VERA_ID_FORMAT = "{}_{}"