Add device class for low battery (#10829)

This commit is contained in:
Matt Schmitt 2017-11-28 09:25:32 -05:00 committed by Pascal Vizeli
parent 1f82bb033d
commit 4e4d4365a0

View file

@ -20,6 +20,7 @@ SCAN_INTERVAL = timedelta(seconds=30)
ENTITY_ID_FORMAT = DOMAIN + '.{}'
DEVICE_CLASSES = [
'battery', # On means low, Off means normal
'cold', # On means cold (or too cold)
'connectivity', # On means connection present, Off = no connection
'gas', # CO, CO2, etc.