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

Variables

string ATTR_DARK = "dark"
 
string ATTR_DURATION = "duration"
 
string ATTR_LOCKED = "locked"
 
string ATTR_OFFSET = "offset"
 
string ATTR_ON = "on"
 
string ATTR_ROTATION = "rotation"
 
string ATTR_VALVE = "valve"
 
string CONF_ALLOW_CLIP_SENSOR = "allow_clip_sensor"
 
string CONF_ALLOW_DECONZ_GROUPS = "allow_deconz_groups"
 
string CONF_ALLOW_NEW_DEVICES = "allow_new_devices"
 
string CONF_ANGLE = "angle"
 
string CONF_BRIDGE_ID = "bridgeid"
 
string CONF_GESTURE = "gesture"
 
string CONF_GROUP_ID_BASE = "group_id_base"
 
string CONF_MASTER_GATEWAY = "master"
 
bool DEFAULT_ALLOW_CLIP_SENSOR = False
 
bool DEFAULT_ALLOW_DECONZ_GROUPS = True
 
bool DEFAULT_ALLOW_NEW_DEVICES = True
 
int DEFAULT_PORT = 80
 
string DOMAIN = "deconz"
 
string HASSIO_CONFIGURATION_URL = "homeassistant://hassio/ingress/core_deconz"
 
 LOGGER = logging.getLogger(__package__)
 
list PLATFORMS
 
list POWER_PLUGS
 

Detailed Description

Constants for the deCONZ component.

Variable Documentation

◆ ATTR_DARK

string homeassistant.components.deconz.const.ATTR_DARK = "dark"

Definition at line 45 of file const.py.

◆ ATTR_DURATION

string homeassistant.components.deconz.const.ATTR_DURATION = "duration"

Definition at line 62 of file const.py.

◆ ATTR_LOCKED

string homeassistant.components.deconz.const.ATTR_LOCKED = "locked"

Definition at line 46 of file const.py.

◆ ATTR_OFFSET

string homeassistant.components.deconz.const.ATTR_OFFSET = "offset"

Definition at line 47 of file const.py.

◆ ATTR_ON

string homeassistant.components.deconz.const.ATTR_ON = "on"

Definition at line 48 of file const.py.

◆ ATTR_ROTATION

string homeassistant.components.deconz.const.ATTR_ROTATION = "rotation"

Definition at line 63 of file const.py.

◆ ATTR_VALVE

string homeassistant.components.deconz.const.ATTR_VALVE = "valve"

Definition at line 49 of file const.py.

◆ CONF_ALLOW_CLIP_SENSOR

string homeassistant.components.deconz.const.CONF_ALLOW_CLIP_SENSOR = "allow_clip_sensor"

Definition at line 23 of file const.py.

◆ CONF_ALLOW_DECONZ_GROUPS

string homeassistant.components.deconz.const.CONF_ALLOW_DECONZ_GROUPS = "allow_deconz_groups"

Definition at line 24 of file const.py.

◆ CONF_ALLOW_NEW_DEVICES

string homeassistant.components.deconz.const.CONF_ALLOW_NEW_DEVICES = "allow_new_devices"

Definition at line 25 of file const.py.

◆ CONF_ANGLE

string homeassistant.components.deconz.const.CONF_ANGLE = "angle"

Definition at line 59 of file const.py.

◆ CONF_BRIDGE_ID

string homeassistant.components.deconz.const.CONF_BRIDGE_ID = "bridgeid"

Definition at line 15 of file const.py.

◆ CONF_GESTURE

string homeassistant.components.deconz.const.CONF_GESTURE = "gesture"

Definition at line 60 of file const.py.

◆ CONF_GROUP_ID_BASE

string homeassistant.components.deconz.const.CONF_GROUP_ID_BASE = "group_id_base"

Definition at line 16 of file const.py.

◆ CONF_MASTER_GATEWAY

string homeassistant.components.deconz.const.CONF_MASTER_GATEWAY = "master"

Definition at line 26 of file const.py.

◆ DEFAULT_ALLOW_CLIP_SENSOR

bool homeassistant.components.deconz.const.DEFAULT_ALLOW_CLIP_SENSOR = False

Definition at line 19 of file const.py.

◆ DEFAULT_ALLOW_DECONZ_GROUPS

bool homeassistant.components.deconz.const.DEFAULT_ALLOW_DECONZ_GROUPS = True

Definition at line 20 of file const.py.

◆ DEFAULT_ALLOW_NEW_DEVICES

bool homeassistant.components.deconz.const.DEFAULT_ALLOW_NEW_DEVICES = True

Definition at line 21 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.deconz.const.DEFAULT_PORT = 80

Definition at line 18 of file const.py.

◆ DOMAIN

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

Definition at line 11 of file const.py.

◆ HASSIO_CONFIGURATION_URL

string homeassistant.components.deconz.const.HASSIO_CONFIGURATION_URL = "homeassistant://hassio/ingress/core_deconz"

Definition at line 13 of file const.py.

◆ LOGGER

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

Definition at line 9 of file const.py.

◆ PLATFORMS

list homeassistant.components.deconz.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.FAN,
8  Platform.LIGHT,
9  Platform.LOCK,
10  Platform.NUMBER,
11  Platform.SCENE,
12  Platform.SELECT,
13  Platform.SENSOR,
14  Platform.SIREN,
15  Platform.SWITCH,
16 ]

Definition at line 28 of file const.py.

◆ POWER_PLUGS

list homeassistant.components.deconz.const.POWER_PLUGS
Initial value:
1 = [
2  ResourceType.ON_OFF_LIGHT.value,
3  ResourceType.ON_OFF_OUTPUT.value,
4  ResourceType.ON_OFF_PLUGIN_UNIT.value,
5  ResourceType.SMART_PLUG.value,
6 ]

Definition at line 52 of file const.py.