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

Variables

string DOMAIN = "blue_current"
 
string EVSE_ID = "evse_id"
 
 LOGGER = logging.getLogger(__package__)
 
string MODEL_TYPE = "model_type"
 

Detailed Description

Constants for the Blue Current integration.

Variable Documentation

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ EVSE_ID

string homeassistant.components.blue_current.const.EVSE_ID = "evse_id"

Definition at line 9 of file const.py.

◆ LOGGER

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

Definition at line 7 of file const.py.

◆ MODEL_TYPE

string homeassistant.components.blue_current.const.MODEL_TYPE = "model_type"

Definition at line 10 of file const.py.