Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for versasense."""
2 
3 KEY_CONSUMER = "consumer"
4 KEY_IDENTIFIER = "identifier"
5 KEY_MEASUREMENT = "measurement"
6 KEY_PARENT_MAC = "parent_mac"
7 KEY_PARENT_NAME = "parent_name"
8 KEY_UNIT = "unit"
9 PERIPHERAL_CLASS_SENSOR = "sensor"
10 PERIPHERAL_CLASS_SENSOR_ACTUATOR = "sensor-actuator"
11 PERIPHERAL_STATE_OFF = "OFF"
12 PERIPHERAL_STATE_ON = "ON"