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

Variables

string ATTRIBUTION = "Data provided by Amber Electric"
 
string CONF_SITE_ID = "site_id"
 
string CONF_SITE_NAME = "site_name"
 
string DOMAIN = "amberelectric"
 
 LOGGER = logging.getLogger(__package__)
 
list PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]
 

Detailed Description

Amber Electric Constants.

Variable Documentation

◆ ATTRIBUTION

string homeassistant.components.amberelectric.const.ATTRIBUTION = "Data provided by Amber Electric"

Definition at line 11 of file const.py.

◆ CONF_SITE_ID

string homeassistant.components.amberelectric.const.CONF_SITE_ID = "site_id"

Definition at line 9 of file const.py.

◆ CONF_SITE_NAME

string homeassistant.components.amberelectric.const.CONF_SITE_NAME = "site_name"

Definition at line 8 of file const.py.

◆ DOMAIN

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

Definition at line 7 of file const.py.

◆ LOGGER

homeassistant.components.amberelectric.const.LOGGER = logging.getLogger(__package__)

Definition at line 13 of file const.py.

◆ PLATFORMS

list homeassistant.components.amberelectric.const.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR]

Definition at line 14 of file const.py.