Add device class for low battery (#10829)
This commit is contained in:
parent
1f82bb033d
commit
4e4d4365a0
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue