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

Variables

string CONF_COMMAND_TOPIC = "drop_command_topic"
 
string CONF_DATA_TOPIC = "drop_data_topic"
 
string CONF_DEVICE_DESC = "device_desc"
 
string CONF_DEVICE_ID = "device_id"
 
string CONF_DEVICE_NAME = "name"
 
string CONF_DEVICE_OWNER_ID = "drop_device_owner_id"
 
string CONF_DEVICE_TYPE = "device_type"
 
string CONF_HUB_ID = "drop_hub_id"
 
string DEV_ALERT = "alrt"
 
string DEV_FILTER = "filt"
 
string DEV_HUB = "hub"
 
string DEV_LEAK_DETECTOR = "leak"
 
string DEV_PROTECTION_VALVE = "pv"
 
string DEV_PUMP_CONTROLLER = "pc"
 
string DEV_RO_FILTER = "ro"
 
string DEV_SALT_SENSOR = "salt"
 
string DEV_SOFTENER = "soft"
 
string DISCOVERY_TOPIC = "drop_connect/discovery/#"
 
string DOMAIN = "drop_connect"
 

Detailed Description

Constants for the drop_connect integration.

Variable Documentation

◆ CONF_COMMAND_TOPIC

string homeassistant.components.drop_connect.const.CONF_COMMAND_TOPIC = "drop_command_topic"

Definition at line 4 of file const.py.

◆ CONF_DATA_TOPIC

string homeassistant.components.drop_connect.const.CONF_DATA_TOPIC = "drop_data_topic"

Definition at line 5 of file const.py.

◆ CONF_DEVICE_DESC

string homeassistant.components.drop_connect.const.CONF_DEVICE_DESC = "device_desc"

Definition at line 6 of file const.py.

◆ CONF_DEVICE_ID

string homeassistant.components.drop_connect.const.CONF_DEVICE_ID = "device_id"

Definition at line 7 of file const.py.

◆ CONF_DEVICE_NAME

string homeassistant.components.drop_connect.const.CONF_DEVICE_NAME = "name"

Definition at line 10 of file const.py.

◆ CONF_DEVICE_OWNER_ID

string homeassistant.components.drop_connect.const.CONF_DEVICE_OWNER_ID = "drop_device_owner_id"

Definition at line 11 of file const.py.

◆ CONF_DEVICE_TYPE

string homeassistant.components.drop_connect.const.CONF_DEVICE_TYPE = "device_type"

Definition at line 8 of file const.py.

◆ CONF_HUB_ID

string homeassistant.components.drop_connect.const.CONF_HUB_ID = "drop_hub_id"

Definition at line 9 of file const.py.

◆ DEV_ALERT

string homeassistant.components.drop_connect.const.DEV_ALERT = "alrt"

Definition at line 14 of file const.py.

◆ DEV_FILTER

string homeassistant.components.drop_connect.const.DEV_FILTER = "filt"

Definition at line 15 of file const.py.

◆ DEV_HUB

string homeassistant.components.drop_connect.const.DEV_HUB = "hub"

Definition at line 16 of file const.py.

◆ DEV_LEAK_DETECTOR

string homeassistant.components.drop_connect.const.DEV_LEAK_DETECTOR = "leak"

Definition at line 17 of file const.py.

◆ DEV_PROTECTION_VALVE

string homeassistant.components.drop_connect.const.DEV_PROTECTION_VALVE = "pv"

Definition at line 18 of file const.py.

◆ DEV_PUMP_CONTROLLER

string homeassistant.components.drop_connect.const.DEV_PUMP_CONTROLLER = "pc"

Definition at line 19 of file const.py.

◆ DEV_RO_FILTER

string homeassistant.components.drop_connect.const.DEV_RO_FILTER = "ro"

Definition at line 20 of file const.py.

◆ DEV_SALT_SENSOR

string homeassistant.components.drop_connect.const.DEV_SALT_SENSOR = "salt"

Definition at line 21 of file const.py.

◆ DEV_SOFTENER

string homeassistant.components.drop_connect.const.DEV_SOFTENER = "soft"

Definition at line 22 of file const.py.

◆ DISCOVERY_TOPIC

string homeassistant.components.drop_connect.const.DISCOVERY_TOPIC = "drop_connect/discovery/#"

Definition at line 24 of file const.py.

◆ DOMAIN

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

Definition at line 26 of file const.py.