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

Variables

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

Detailed Description

Vera constants.

Variable Documentation

◆ ATTR_CURRENT_ENERGY_KWH

string homeassistant.components.vera.const.ATTR_CURRENT_ENERGY_KWH = "current_energy_kwh"

Definition at line 11 of file const.py.

◆ ATTR_CURRENT_POWER_W

string homeassistant.components.vera.const.ATTR_CURRENT_POWER_W = "current_power_w"

Definition at line 10 of file const.py.

◆ CONF_CONTROLLER

string homeassistant.components.vera.const.CONF_CONTROLLER = "vera_controller_url"

Definition at line 5 of file const.py.

◆ CONF_LEGACY_UNIQUE_ID

string homeassistant.components.vera.const.CONF_LEGACY_UNIQUE_ID = "legacy_unique_id"

Definition at line 6 of file const.py.

◆ CONTROLLER_DATAS

string homeassistant.components.vera.const.CONTROLLER_DATAS = "controller_datas"

Definition at line 13 of file const.py.

◆ DOMAIN

string homeassistant.components.vera.const.DOMAIN = "vera"

Definition at line 3 of file const.py.

◆ VERA_ID_FORMAT

string homeassistant.components.vera.const.VERA_ID_FORMAT = "{}_{}"

Definition at line 8 of file const.py.