diff --git a/homeassistant/components/binary_sensor/__init__.py b/homeassistant/components/binary_sensor/__init__.py index 919abc678e4..ad475be76ca 100644 --- a/homeassistant/components/binary_sensor/__init__.py +++ b/homeassistant/components/binary_sensor/__init__.py @@ -28,6 +28,7 @@ DEVICE_CLASSES = [ 'gas', # On means gas detected, Off means no gas (clear) 'heat', # On means hot, Off means normal 'light', # On means light detected, Off means no light + 'lock', # On means open (unlocked), Off means closed (locked) 'moisture', # On means wet, Off means dry 'motion', # On means motion detected, Off means no motion (clear) 'moving', # On means moving, Off means not moving (stopped)