Add mysensors types (#1031)
* Add more types. * Fix some rendering issues.
This commit is contained in:
parent
2fffb5d097
commit
bb9533e546
6 changed files with 91 additions and 71 deletions
|
@ -2,7 +2,7 @@
|
|||
layout: page
|
||||
title: "MySensors Sensor"
|
||||
description: "Instructions how to integrate MySensors sensors into Home Assistant."
|
||||
date: 2016-06-12 15:00 +0200
|
||||
date: 2016-10-01 15:00 +0200
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
|
@ -50,6 +50,15 @@ S_LIGHT_LEVEL | V_LEVEL
|
|||
S_AIR_QUALITY | V_LEVEL (replaces V_DUST_LEVEL)
|
||||
S_DUST | V_LEVEL (replaces V_DUST_LEVEL)
|
||||
|
||||
##### MySensors version 2.0 and higher
|
||||
|
||||
S_TYPE | V_TYPE
|
||||
----------------|--------------------------
|
||||
S_INFO | V_TEXT
|
||||
S_GAS | V_FLOW, V_VOLUME
|
||||
S_GPS | V_POSITION
|
||||
S_WATER_QUALITY | V_TEMP, V_PH, V_ORP, V_EC
|
||||
|
||||
### {% linkable_title Custom unit of measurement %}
|
||||
|
||||
Some sensor value types are not specific for a certain sensor type. These do not have a default unit of measurement in Home Assistant. For example, the V_LEVEL type can be used for different sensor types, dust, sound, vibration etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue