mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Try to fix pages not showing by adding timezone
* Add timezone. * Remove types from switches page.
This commit is contained in:
parent
db4ad9c5a1
commit
071d330124
@ -2,7 +2,7 @@
|
|||||||
layout: page
|
layout: page
|
||||||
title: "MySensors Light"
|
title: "MySensors Light"
|
||||||
description: "Instructions how to integrate MySensors lights into Home Assistant."
|
description: "Instructions how to integrate MySensors lights into Home Assistant."
|
||||||
date: 2016-02-15 17:37
|
date: 2016-02-15 17:37 +0100
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
layout: page
|
layout: page
|
||||||
title: "MySensors"
|
title: "MySensors"
|
||||||
description: "Instructions how to integrate MySensors sensors into Home Assistant."
|
description: "Instructions how to integrate MySensors sensors into Home Assistant."
|
||||||
date: 2016-02-15 17:37
|
date: 2016-02-15 17:37 +0100
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
layout: page
|
layout: page
|
||||||
title: "MySensors Switch"
|
title: "MySensors Switch"
|
||||||
description: "Instructions how to integrate MySensors switches into Home Assistant."
|
description: "Instructions how to integrate MySensors switches into Home Assistant."
|
||||||
date: 2016-01-17 15:49
|
date: 2016-02-15 20:49 +0100
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
@ -23,14 +23,12 @@ S_TYPE | V_TYPE
|
|||||||
S_DOOR | V_ARMED
|
S_DOOR | V_ARMED
|
||||||
S_MOTION | V_ARMED
|
S_MOTION | V_ARMED
|
||||||
S_SMOKE | V_ARMED
|
S_SMOKE | V_ARMED
|
||||||
S_LIGHT | V_LIGHT
|
|
||||||
S_LOCK | V_LOCK_STATUS
|
S_LOCK | V_LOCK_STATUS
|
||||||
|
|
||||||
##### MySensors version 1.5 and higher
|
##### MySensors version 1.5 and higher
|
||||||
|
|
||||||
S_TYPE | V_TYPE
|
S_TYPE | V_TYPE
|
||||||
-------------|------------------
|
-------------|------------------
|
||||||
S_LIGHT | V_STATUS
|
|
||||||
S_BINARY | V_STATUS, V_LIGHT
|
S_BINARY | V_STATUS, V_LIGHT
|
||||||
S_SPRINKLER | V_STATUS
|
S_SPRINKLER | V_STATUS
|
||||||
S_WATER_LEAK | V_ARMED
|
S_WATER_LEAK | V_ARMED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user