Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.drop_connect.const
 

Variables

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