From 24d7ba45857d529beff089e7b51584a90b22266f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Jul 2017 08:15:53 +0200 Subject: [PATCH] Add details about default (fixes https://github.com/home-assistant/home-assistant/issues/8605) --- source/_components/binary_sensor.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/binary_sensor.markdown b/source/_components/binary_sensor.markdown index a2cc7ee8518..43b66dd453e 100644 --- a/source/_components/binary_sensor.markdown +++ b/source/_components/binary_sensor.markdown @@ -15,7 +15,7 @@ Knowing that there are only two states allows Home Assistant to represent these 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 +- **None**: Generic on/off. This is the default and doesn't need to be set. - **cold**: `On` means cold - **connectivity**: `On` means connection present, `Off` means no connection - **gas**: `On` means gas detected