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

Variables

string KEY_CONSUMER = "consumer"
 
string KEY_IDENTIFIER = "identifier"
 
string KEY_MEASUREMENT = "measurement"
 
string KEY_PARENT_MAC = "parent_mac"
 
string KEY_PARENT_NAME = "parent_name"
 
string KEY_UNIT = "unit"
 
string PERIPHERAL_CLASS_SENSOR = "sensor"
 
string PERIPHERAL_CLASS_SENSOR_ACTUATOR = "sensor-actuator"
 
string PERIPHERAL_STATE_OFF = "OFF"
 
string PERIPHERAL_STATE_ON = "ON"
 

Detailed Description

Constants for versasense.

Variable Documentation

◆ KEY_CONSUMER

string homeassistant.components.versasense.const.KEY_CONSUMER = "consumer"

Definition at line 3 of file const.py.

◆ KEY_IDENTIFIER

string homeassistant.components.versasense.const.KEY_IDENTIFIER = "identifier"

Definition at line 4 of file const.py.

◆ KEY_MEASUREMENT

string homeassistant.components.versasense.const.KEY_MEASUREMENT = "measurement"

Definition at line 5 of file const.py.

◆ KEY_PARENT_MAC

string homeassistant.components.versasense.const.KEY_PARENT_MAC = "parent_mac"

Definition at line 6 of file const.py.

◆ KEY_PARENT_NAME

string homeassistant.components.versasense.const.KEY_PARENT_NAME = "parent_name"

Definition at line 7 of file const.py.

◆ KEY_UNIT

string homeassistant.components.versasense.const.KEY_UNIT = "unit"

Definition at line 8 of file const.py.

◆ PERIPHERAL_CLASS_SENSOR

string homeassistant.components.versasense.const.PERIPHERAL_CLASS_SENSOR = "sensor"

Definition at line 9 of file const.py.

◆ PERIPHERAL_CLASS_SENSOR_ACTUATOR

string homeassistant.components.versasense.const.PERIPHERAL_CLASS_SENSOR_ACTUATOR = "sensor-actuator"

Definition at line 10 of file const.py.

◆ PERIPHERAL_STATE_OFF

string homeassistant.components.versasense.const.PERIPHERAL_STATE_OFF = "OFF"

Definition at line 11 of file const.py.

◆ PERIPHERAL_STATE_ON

string homeassistant.components.versasense.const.PERIPHERAL_STATE_ON = "ON"

Definition at line 12 of file const.py.