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

Variables

string ACTIVE_INIT = "init"
 
string ACTIVE_OFF = "off"
 
string ACTIVE_ON = "on"
 
string ATTR_AREA = "area"
 
string ATTR_CHANNEL = "channel"
 
string ATTR_HOST = "host"
 
string ATTR_PACKET = "packet"
 
string ATTR_PRESET = "preset"
 
string CONF_ACTIVE = "active"
 
string CONF_AREA = "area"
 
string CONF_AUTO_DISCOVER = "autodiscover"
 
string CONF_CHANNEL = "channel"
 
string CONF_CHANNEL_COVER = "channel_cover"
 
string CONF_CLOSE_PRESET = "close"
 
string CONF_DEVICE_CLASS = "class"
 
string CONF_DURATION = "duration"
 
string CONF_FADE = "fade"
 
string CONF_LEVEL = "level"
 
string CONF_NO_DEFAULT = "nodefault"
 
string CONF_OPEN_PRESET = "open"
 
string CONF_POLL_TIMER = "polltimer"
 
string CONF_PRESET = "preset"
 
string CONF_ROOM_OFF = "room_off"
 
string CONF_ROOM_ON = "room_on"
 
string CONF_STOP_PRESET = "stop"
 
string CONF_TEMPLATE = "template"
 
string CONF_TILT_TIME = "tilt"
 
string CONF_TIME_COVER = "time_cover"
 
string DEFAULT_CHANNEL_TYPE = "light"
 
string DEFAULT_NAME = "dynalite"
 
int DEFAULT_PORT = 12345
 
dictionary DEFAULT_TEMPLATES
 
string DOMAIN = "dynalite"
 
 LOGGER = logging.getLogger(__package__)
 
list PLATFORMS = [Platform.COVER, Platform.LIGHT, Platform.SWITCH]
 
string SERVICE_REQUEST_AREA_PRESET = "request_area_preset"
 
string SERVICE_REQUEST_CHANNEL_LEVEL = "request_channel_level"
 

Detailed Description

Constants for the Dynalite component.

Variable Documentation

◆ ACTIVE_INIT

string homeassistant.components.dynalite.const.ACTIVE_INIT = "init"

Definition at line 14 of file const.py.

◆ ACTIVE_OFF

string homeassistant.components.dynalite.const.ACTIVE_OFF = "off"

Definition at line 15 of file const.py.

◆ ACTIVE_ON

string homeassistant.components.dynalite.const.ACTIVE_ON = "on"

Definition at line 16 of file const.py.

◆ ATTR_AREA

string homeassistant.components.dynalite.const.ATTR_AREA = "area"

Definition at line 53 of file const.py.

◆ ATTR_CHANNEL

string homeassistant.components.dynalite.const.ATTR_CHANNEL = "channel"

Definition at line 54 of file const.py.

◆ ATTR_HOST

string homeassistant.components.dynalite.const.ATTR_HOST = "host"

Definition at line 55 of file const.py.

◆ ATTR_PACKET

string homeassistant.components.dynalite.const.ATTR_PACKET = "packet"

Definition at line 56 of file const.py.

◆ ATTR_PRESET

string homeassistant.components.dynalite.const.ATTR_PRESET = "preset"

Definition at line 57 of file const.py.

◆ CONF_ACTIVE

string homeassistant.components.dynalite.const.CONF_ACTIVE = "active"

Definition at line 13 of file const.py.

◆ CONF_AREA

string homeassistant.components.dynalite.const.CONF_AREA = "area"

Definition at line 17 of file const.py.

◆ CONF_AUTO_DISCOVER

string homeassistant.components.dynalite.const.CONF_AUTO_DISCOVER = "autodiscover"

Definition at line 18 of file const.py.

◆ CONF_CHANNEL

string homeassistant.components.dynalite.const.CONF_CHANNEL = "channel"

Definition at line 19 of file const.py.

◆ CONF_CHANNEL_COVER

string homeassistant.components.dynalite.const.CONF_CHANNEL_COVER = "channel_cover"

Definition at line 20 of file const.py.

◆ CONF_CLOSE_PRESET

string homeassistant.components.dynalite.const.CONF_CLOSE_PRESET = "close"

Definition at line 21 of file const.py.

◆ CONF_DEVICE_CLASS

string homeassistant.components.dynalite.const.CONF_DEVICE_CLASS = "class"

Definition at line 22 of file const.py.

◆ CONF_DURATION

string homeassistant.components.dynalite.const.CONF_DURATION = "duration"

Definition at line 23 of file const.py.

◆ CONF_FADE

string homeassistant.components.dynalite.const.CONF_FADE = "fade"

Definition at line 24 of file const.py.

◆ CONF_LEVEL

string homeassistant.components.dynalite.const.CONF_LEVEL = "level"

Definition at line 25 of file const.py.

◆ CONF_NO_DEFAULT

string homeassistant.components.dynalite.const.CONF_NO_DEFAULT = "nodefault"

Definition at line 26 of file const.py.

◆ CONF_OPEN_PRESET

string homeassistant.components.dynalite.const.CONF_OPEN_PRESET = "open"

Definition at line 27 of file const.py.

◆ CONF_POLL_TIMER

string homeassistant.components.dynalite.const.CONF_POLL_TIMER = "polltimer"

Definition at line 28 of file const.py.

◆ CONF_PRESET

string homeassistant.components.dynalite.const.CONF_PRESET = "preset"

Definition at line 29 of file const.py.

◆ CONF_ROOM_OFF

string homeassistant.components.dynalite.const.CONF_ROOM_OFF = "room_off"

Definition at line 30 of file const.py.

◆ CONF_ROOM_ON

string homeassistant.components.dynalite.const.CONF_ROOM_ON = "room_on"

Definition at line 31 of file const.py.

◆ CONF_STOP_PRESET

string homeassistant.components.dynalite.const.CONF_STOP_PRESET = "stop"

Definition at line 32 of file const.py.

◆ CONF_TEMPLATE

string homeassistant.components.dynalite.const.CONF_TEMPLATE = "template"

Definition at line 33 of file const.py.

◆ CONF_TILT_TIME

string homeassistant.components.dynalite.const.CONF_TILT_TIME = "tilt"

Definition at line 34 of file const.py.

◆ CONF_TIME_COVER

string homeassistant.components.dynalite.const.CONF_TIME_COVER = "time_cover"

Definition at line 35 of file const.py.

◆ DEFAULT_CHANNEL_TYPE

string homeassistant.components.dynalite.const.DEFAULT_CHANNEL_TYPE = "light"

Definition at line 37 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.dynalite.const.DEFAULT_NAME = "dynalite"

Definition at line 38 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.dynalite.const.DEFAULT_PORT = 12345

Definition at line 39 of file const.py.

◆ DEFAULT_TEMPLATES

dictionary homeassistant.components.dynalite.const.DEFAULT_TEMPLATES
Initial value:
1 = {
2  CONF_ROOM: [CONF_ROOM_ON, CONF_ROOM_OFF],
3  CONF_TIME_COVER: [
4  CONF_CHANNEL_COVER,
5  CONF_DEVICE_CLASS,
6  CONF_OPEN_PRESET,
7  CONF_CLOSE_PRESET,
8  CONF_STOP_PRESET,
9  CONF_DURATION,
10  CONF_TILT_TIME,
11  ],
12 }

Definition at line 40 of file const.py.

◆ DOMAIN

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

Definition at line 8 of file const.py.

◆ LOGGER

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

Definition at line 7 of file const.py.

◆ PLATFORMS

list homeassistant.components.dynalite.const.PLATFORMS = [Platform.COVER, Platform.LIGHT, Platform.SWITCH]

Definition at line 10 of file const.py.

◆ SERVICE_REQUEST_AREA_PRESET

string homeassistant.components.dynalite.const.SERVICE_REQUEST_AREA_PRESET = "request_area_preset"

Definition at line 59 of file const.py.

◆ SERVICE_REQUEST_CHANNEL_LEVEL

string homeassistant.components.dynalite.const.SERVICE_REQUEST_CHANNEL_LEVEL = "request_channel_level"

Definition at line 60 of file const.py.