From 50ec27cf498efeb0381c6a0d9fed53d5a8f8e81c Mon Sep 17 00:00:00 2001 From: Fredrik Erlandsson Date: Thu, 21 Mar 2019 13:51:54 +0100 Subject: [PATCH] remove motion sensor, update binary_sensor state (#8997) --- source/_components/point.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_components/point.markdown b/source/_components/point.markdown index 1fa0b60fdce..1b277812703 100644 --- a/source/_components/point.markdown +++ b/source/_components/point.markdown @@ -83,12 +83,11 @@ Each Point exposes the following binary sensors: - **heat**: `On` means hot, `Off` means normal - **light**: `On` means light detected, `Off` means no light - **moisture**: `On` means moisture detected (wet), `Off` means no moisture (dry) -- **motion**: `On` means motion detected, `Off` means no motion (clear) - **sound**: `On` means sound detected, `Off` means no sound (clear) - **tamper**: `On` means the point was removed or attached, `Off` means normal

-The binary sensors **battery**, **button_press** and **tamper** are switched `On` for a breif moment and are then switched back to `Off`. +The binary sensors **button_press**, **sound** and **tamper** are switched `On` for a breif moment and are then switched back to `Off`.

### {% linkable_title Automation example %}