Add mysensors binary sensor and some fixes

* Add binary sensor page. Move door, motion, smoke, and part of
  sprinkler, leak, sound, vibration and moisture sensors to binary
  sensor from sensor page.
* Move back S_LIGHT to switch page from light page.
This commit is contained in:
MartinHjelmare 2016-02-28 01:37:12 +01:00
parent fbedae90f2
commit 1a579da185
4 changed files with 11 additions and 16 deletions

View file

@ -2,7 +2,7 @@
layout: page
title: "MySensors Binary Sensor"
description: "Instructions how to integrate MySensors binary sensors into Home Assistant."
date: 2016-02-27 20:13 +0100
date: 2016-02-28 01:20 +0100
sidebar: true
comments: false
sharing: true
@ -30,9 +30,9 @@ S_TYPE | V_TYPE
---------------|----------------------------------
S_SPRINKLER | V_TRIPPED
S_WATER_LEAK | V_TRIPPED
S_SOUND | V_TRIPPED, V_LEVEL
S_VIBRATION | V_TRIPPED, V_LEVEL
S_MOISTURE | V_TRIPPED, V_LEVEL
S_SOUND | V_TRIPPED
S_VIBRATION | V_TRIPPED
S_MOISTURE | V_TRIPPED
For more information, visit the [serial api] of MySensors.