From 32e147b2681397f92934732cc83fd6dfd352c875 Mon Sep 17 00:00:00 2001 From: Till Schulte-Coerne Date: Sun, 30 Sep 2018 09:11:01 +0200 Subject: [PATCH] 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. --- source/_components/sensor.knx.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.knx.markdown b/source/_components/sensor.knx.markdown index 6e0921c341a..624eb8a2073 100644 --- a/source/_components/sensor.knx.markdown +++ b/source/_components/sensor.knx.markdown @@ -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 %}