From a518843b4aef9a2d1c496d8e71f5c762905a4d84 Mon Sep 17 00:00:00 2001 From: Matt Schmitt Date: Wed, 29 Nov 2017 06:14:02 -0500 Subject: [PATCH] Add device class for low battery (#4082) --- 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 2d31f535e6c..c25e0fb6b60 100644 --- a/source/_components/binary_sensor.markdown +++ b/source/_components/binary_sensor.markdown @@ -14,6 +14,7 @@ Binary sensors gather information about the state of devices which have a "digit The way these sensors are displayed in the frontend can be modified in the [customize section](/getting-started/customizing-devices/). The following device classes are supported for binary sensors: - **None**: Generic on/off. This is the default and doesn't need to be set. +- **battery**: `On` means low, `Off` means normal - **cold**: `On` means cold - **connectivity**: `On` means connection present, `Off` means no connection - **gas**: `On` means gas detected