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

Variables

string CONF_ACTIVATION = "activation"
 
string CONF_API_HOST = "api_host"
 
string CONF_BLINK = "blink"
 
string CONF_DEFAULT_OPTIONS = "default_options"
 
string CONF_DHT_SENSORS = "dht_sensors"
 
string CONF_DS18B20_SENSORS = "ds18b20_sensors"
 
string CONF_INVERSE = "inverse"
 
string CONF_MOMENTARY = "momentary"
 
string CONF_PAUSE = "pause"
 
string CONF_POLL_INTERVAL = "poll_interval"
 
string CONF_PRECISION = "precision"
 
string DOMAIN = "konnected"
 
string ENDPOINT_ROOT = "/api/konnected"
 
dictionary PIN_TO_ZONE = {"1": "1", "2": "2", "5": "3", "6": "4", "7": "5", "8": "out", "9": "6"}
 
string SIGNAL_DS18B20_NEW = "konnected.ds18b20.new"
 
string STATE_HIGH = "high"
 
string STATE_LOW = "low"
 
string UNDO_UPDATE_LISTENER = "undo_update_listener"
 
string UPDATE_ENDPOINT = ENDPOINT_ROOT + r"/device/{device_id:[a-zA-Z0-9]+}"
 
dictionary ZONE_TO_PIN = {zone: pin for pin, zone in PIN_TO_ZONE.items()}
 
list ZONES
 

Detailed Description

Konnected constants.

Variable Documentation

◆ CONF_ACTIVATION

string homeassistant.components.konnected.const.CONF_ACTIVATION = "activation"

Definition at line 5 of file const.py.

◆ CONF_API_HOST

string homeassistant.components.konnected.const.CONF_API_HOST = "api_host"

Definition at line 6 of file const.py.

◆ CONF_BLINK

string homeassistant.components.konnected.const.CONF_BLINK = "blink"

Definition at line 13 of file const.py.

◆ CONF_DEFAULT_OPTIONS

string homeassistant.components.konnected.const.CONF_DEFAULT_OPTIONS = "default_options"

Definition at line 7 of file const.py.

◆ CONF_DHT_SENSORS

string homeassistant.components.konnected.const.CONF_DHT_SENSORS = "dht_sensors"

Definition at line 14 of file const.py.

◆ CONF_DS18B20_SENSORS

string homeassistant.components.konnected.const.CONF_DS18B20_SENSORS = "ds18b20_sensors"

Definition at line 15 of file const.py.

◆ CONF_INVERSE

string homeassistant.components.konnected.const.CONF_INVERSE = "inverse"

Definition at line 12 of file const.py.

◆ CONF_MOMENTARY

string homeassistant.components.konnected.const.CONF_MOMENTARY = "momentary"

Definition at line 8 of file const.py.

◆ CONF_PAUSE

string homeassistant.components.konnected.const.CONF_PAUSE = "pause"

Definition at line 9 of file const.py.

◆ CONF_POLL_INTERVAL

string homeassistant.components.konnected.const.CONF_POLL_INTERVAL = "poll_interval"

Definition at line 10 of file const.py.

◆ CONF_PRECISION

string homeassistant.components.konnected.const.CONF_PRECISION = "precision"

Definition at line 11 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ ENDPOINT_ROOT

string homeassistant.components.konnected.const.ENDPOINT_ROOT = "/api/konnected"

Definition at line 44 of file const.py.

◆ PIN_TO_ZONE

dictionary homeassistant.components.konnected.const.PIN_TO_ZONE = {"1": "1", "2": "2", "5": "3", "6": "4", "7": "5", "8": "out", "9": "6"}

Definition at line 41 of file const.py.

◆ SIGNAL_DS18B20_NEW

string homeassistant.components.konnected.const.SIGNAL_DS18B20_NEW = "konnected.ds18b20.new"

Definition at line 46 of file const.py.

◆ STATE_HIGH

string homeassistant.components.konnected.const.STATE_HIGH = "high"

Definition at line 18 of file const.py.

◆ STATE_LOW

string homeassistant.components.konnected.const.STATE_LOW = "low"

Definition at line 17 of file const.py.

◆ UNDO_UPDATE_LISTENER

string homeassistant.components.konnected.const.UNDO_UPDATE_LISTENER = "undo_update_listener"

Definition at line 48 of file const.py.

◆ UPDATE_ENDPOINT

string homeassistant.components.konnected.const.UPDATE_ENDPOINT = ENDPOINT_ROOT + r"/device/{device_id:[a-zA-Z0-9]+}"

Definition at line 45 of file const.py.

◆ ZONE_TO_PIN

dictionary homeassistant.components.konnected.const.ZONE_TO_PIN = {zone: pin for pin, zone in PIN_TO_ZONE.items()}

Definition at line 42 of file const.py.

◆ ZONES

list homeassistant.components.konnected.const.ZONES
Initial value:
1 = [
2  "1",
3  "2",
4  "3",
5  "4",
6  "5",
7  "6",
8  "7",
9  "8",
10  "9",
11  "10",
12  "11",
13  "12",
14  "alarm1",
15  "out1",
16  "alarm2_out2",
17  "out",
18 ]

Definition at line 20 of file const.py.