Added DPT-7, 9, 12, 13 and 14 (#6374)

See https://github.com/XKNX/xknx/blob/master/xknx/devices/remote_value_sensor.py#L44-L54 for details.

As a newbie it took me a while to find this out. So I thought it might be good for others to add it to the documentation.
This commit is contained in:
Till Schulte-Coerne 2018-09-30 09:11:01 +02:00 committed by Franck Nijhof
parent 975bd27757
commit 32e147b268

View File

@ -33,7 +33,7 @@ sensor:
- **address** (*Required*): KNX group address of the sensor.
- **name** (*Optional*): A name for this device used within Home Assistant.
- **type** (*Optional*): "percent", "temperature", "humidity", "illuminance", "brightness", "speed_ms", "current", "power", "electric_current", "electric_potential", "energy", "frequency", "heatflowrate", "phaseanglerad", "phaseangledeg", "powerfactor" or "speed".
- **type** (*Optional*): "percent", "temperature", "humidity", "illuminance", "brightness", "speed_ms", "current", "power", "electric_current", "electric_potential", "energy", "frequency", "heatflowrate", "phaseanglerad", "phaseangledeg", "powerfactor", "speed", "DPT-7", "DPT-9", "DPT-12", "DPT-13" or "DPT-14".
## {% linkable_title Full example %}