From db08498ef75fa03fe209889379c2ebb538fe08ba Mon Sep 17 00:00:00 2001 From: Benny de Leeuw Date: Thu, 16 Feb 2017 10:17:10 +0100 Subject: [PATCH] Update sensor.rflink.markdown (#2050) According to the source code of the rflink sensor component the value 'sensor_type' is required. --- source/_components/sensor.rflink.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.rflink.markdown b/source/_components/sensor.rflink.markdown index 9a07fc001d3..f07d86606d0 100644 --- a/source/_components/sensor.rflink.markdown +++ b/source/_components/sensor.rflink.markdown @@ -53,7 +53,7 @@ Configuration variables: Device configuration variables: - **name** (*Optional*): Name for the device, defaults to Rflink ID. -- **sensor_type_** (*Optional*): Override automatically detected type of sensor. +- **sensor_type** (*Required*): Override automatically detected type of sensor. - **unit_of_measurement** (*Optional*): Override automatically detected unit of sensor. - **aliasses** (*Optional*): Alternative Rflink ID's this device is known by.