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 Switch"
description: "Instructions how to integrate MySensors switches into Home Assistant."
date: 2016-02-15 20:49 +0100
date: 2016-02-28 01:20 +0100
sidebar: true
comments: false
sharing: true
@ -23,12 +23,14 @@ S_TYPE | V_TYPE
S_DOOR | V_ARMED
S_MOTION | V_ARMED
S_SMOKE | V_ARMED
S_LIGHT | V_LIGHT
S_LOCK | V_LOCK_STATUS
##### MySensors version 1.5 and higher
S_TYPE | V_TYPE
-------------|------------------
S_LIGHT | V_STATUS
S_BINARY | V_STATUS, V_LIGHT
S_SPRINKLER | V_STATUS
S_WATER_LEAK | V_ARMED