From 4789220364f090c1731805c8e8e8ed171ea5535a Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Wed, 13 Dec 2017 23:03:02 -0500 Subject: [PATCH] Add problem device class (#4200) --- source/_components/binary_sensor.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/binary_sensor.markdown b/source/_components/binary_sensor.markdown index c25e0fb6b60..6b6d1d8c5d3 100644 --- a/source/_components/binary_sensor.markdown +++ b/source/_components/binary_sensor.markdown @@ -28,6 +28,7 @@ The way these sensors are displayed in the frontend can be modified in the [cust - **plug**: `On` means device is plugged in, `Off` means device is unplugged - **power**: Power, over-current, etc. - **presence**: `On` means Home, `Off` means Away +- **problem**: `On` means a problem was detected, `Off` means the status is OK - **safety**: `On` means unsafe, `Off` means safe - **smoke**: `On` means smoke detected - **sound**: `On` means sound detected, `Off` means no sound