Add problem device class (#11130)
parent
e627544479
commit
b5d3a4736b
|
@ -34,6 +34,7 @@ DEVICE_CLASSES = [
|
||||||
'plug', # On means plugged in, Off means unplugged
|
'plug', # On means plugged in, Off means unplugged
|
||||||
'power', # Power, over-current, etc
|
'power', # Power, over-current, etc
|
||||||
'presence', # On means home, Off means away
|
'presence', # On means home, Off means away
|
||||||
|
'problem', # On means there is a problem, Off means the status is OK
|
||||||
'safety', # Generic on=unsafe, off=safe
|
'safety', # Generic on=unsafe, off=safe
|
||||||
'smoke', # Smoke detector
|
'smoke', # Smoke detector
|
||||||
'sound', # On means sound detected, Off means no sound
|
'sound', # On means sound detected, Off means no sound
|
||||||
|
|
Loading…
Reference in New Issue