remove motion sensor, update binary_sensor state (#8997)

This commit is contained in:
Fredrik Erlandsson 2019-03-21 13:51:54 +01:00 committed by Fabian Affolter
parent 3225bb1a6c
commit 50ec27cf49

View File

@ -83,12 +83,11 @@ Each Point exposes the following binary sensors:
- **heat**: `On` means hot, `Off` means normal - **heat**: `On` means hot, `Off` means normal
- **light**: `On` means light detected, `Off` means no light - **light**: `On` means light detected, `Off` means no light
- **moisture**: `On` means moisture detected (wet), `Off` means no moisture (dry) - **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) - **sound**: `On` means sound detected, `Off` means no sound (clear)
- **tamper**: `On` means the point was removed or attached, `Off` means normal - **tamper**: `On` means the point was removed or attached, `Off` means normal
<p class="note"> <p class="note">
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`.
</p> </p>
### {% linkable_title Automation example %} ### {% linkable_title Automation example %}