1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

add device class signal strength (#22738)

This commit is contained in:
Markus Jankowski
2019-04-05 03:37:59 +02:00
committed by Fabian Affolter
parent 6996fec809
commit eadc1e037a
2 changed files with 4 additions and 2 deletions

View File

@@ -180,6 +180,7 @@ EVENT_SCRIPT_STARTED = 'script_started'
DEVICE_CLASS_BATTERY = 'battery'
DEVICE_CLASS_HUMIDITY = 'humidity'
DEVICE_CLASS_ILLUMINANCE = 'illuminance'
DEVICE_CLASS_SIGNAL_STRENGTH = 'signal_strength'
DEVICE_CLASS_TEMPERATURE = 'temperature'
DEVICE_CLASS_TIMESTAMP = 'timestamp'
DEVICE_CLASS_PRESSURE = 'pressure'