mirror of
https://github.com/home-assistant/core.git
synced 2025-05-30 10:47:06 +00:00
Add problem device class (#11130)
This commit is contained in:
parent
e627544479
commit
b5d3a4736b
@ -34,6 +34,7 @@ DEVICE_CLASSES = [
|
||||
'plug', # On means plugged in, Off means unplugged
|
||||
'power', # Power, over-current, etc
|
||||
'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
|
||||
'smoke', # Smoke detector
|
||||
'sound', # On means sound detected, Off means no sound
|
||||
|
Loading…
x
Reference in New Issue
Block a user