From 84158a848e7d031abcb330af39584ed9b3d261a3 Mon Sep 17 00:00:00 2001 From: Johan Bloemberg Date: Mon, 15 May 2017 13:23:58 +0200 Subject: [PATCH] Update docs with sensor_type values. (#2634) --- source/_components/sensor.rflink.markdown | 38 ++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/source/_components/sensor.rflink.markdown b/source/_components/sensor.rflink.markdown index ab94b7c92b2..04207698f3b 100644 --- a/source/_components/sensor.rflink.markdown +++ b/source/_components/sensor.rflink.markdown @@ -42,10 +42,46 @@ Configuration variables: Device configuration variables: - **name** (*Optional*): Name for the device, defaults to RFLink ID. -- **sensor_type** (*Required*): Override automatically detected type of sensor. +- **sensor_type** (*Required*): Override automatically detected type of sensor. For list of values see below. - **unit_of_measurement** (*Optional*): Override automatically detected unit of sensor. - **aliasses** (*Optional*): Alternative RFLink ID's this device is known by. +Sensor type values: + +- average_windspeed +- barometric_pressure +- battery +- weather_forecast +- doorbell_melody +- command +- co2_air_quality +- current_phase_1 +- current_phase_2 +- current_phase_3 +- distance +- firmware +- humidity_status +- humidity +- hardware +- kilowatt +- light_intensity +- meter_value +- total_rain +- rain_rate +- total_rain +- revision +- noise_level +- temperature +- uv_intensity +- version +- voltage +- watt +- windchill +- winddirection +- windgusts +- windspeed +- windtemp + ### {% linkable_title Hiding/ignoring sensors %} Sensors are added automatically when the RFLink gateway intercepts a wireless command in the ether. To prevent cluttering the frontend use any of these methods: