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

Variables

 _LOGGER = logging.getLogger(".")
 
string CONF_ACCESSPOINT = "accesspoint"
 
string CONF_AUTHTOKEN = "authtoken"
 
string DOMAIN = "homematicip_cloud"
 
string HMIPC_AUTHTOKEN = "authtoken"
 
string HMIPC_HAPID = "hapid"
 
string HMIPC_NAME = "name"
 
string HMIPC_PIN = "pin"
 
list PLATFORMS
 

Detailed Description

Constants for the HomematicIP Cloud component.

Variable Documentation

◆ _LOGGER

homeassistant.components.homematicip_cloud.const._LOGGER = logging.getLogger(".")
private

Definition at line 7 of file const.py.

◆ CONF_ACCESSPOINT

string homeassistant.components.homematicip_cloud.const.CONF_ACCESSPOINT = "accesspoint"

Definition at line 24 of file const.py.

◆ CONF_AUTHTOKEN

string homeassistant.components.homematicip_cloud.const.CONF_AUTHTOKEN = "authtoken"

Definition at line 25 of file const.py.

◆ DOMAIN

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

Definition at line 9 of file const.py.

◆ HMIPC_AUTHTOKEN

string homeassistant.components.homematicip_cloud.const.HMIPC_AUTHTOKEN = "authtoken"

Definition at line 29 of file const.py.

◆ HMIPC_HAPID

string homeassistant.components.homematicip_cloud.const.HMIPC_HAPID = "hapid"

Definition at line 28 of file const.py.

◆ HMIPC_NAME

string homeassistant.components.homematicip_cloud.const.HMIPC_NAME = "name"

Definition at line 27 of file const.py.

◆ HMIPC_PIN

string homeassistant.components.homematicip_cloud.const.HMIPC_PIN = "pin"

Definition at line 30 of file const.py.

◆ PLATFORMS

list homeassistant.components.homematicip_cloud.const.PLATFORMS
Initial value:
1 = [
2  Platform.ALARM_CONTROL_PANEL,
3  Platform.BINARY_SENSOR,
4  Platform.BUTTON,
5  Platform.CLIMATE,
6  Platform.COVER,
7  Platform.LIGHT,
8  Platform.LOCK,
9  Platform.SENSOR,
10  Platform.SWITCH,
11  Platform.WEATHER,
12 ]

Definition at line 11 of file const.py.