Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.deconz.const
 

Variables

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