Update docs with sensor_type values. (#2634)

This commit is contained in:
Johan Bloemberg 2017-05-15 13:23:58 +02:00 committed by Fredrik Lindqvist
parent b9fdb713b8
commit 84158a848e

View File

@ -42,10 +42,46 @@ Configuration variables:
Device configuration variables: Device configuration variables:
- **name** (*Optional*): Name for the device, defaults to RFLink ID. - **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. - **unit_of_measurement** (*Optional*): Override automatically detected unit of sensor.
- **aliasses** (*Optional*): Alternative RFLink ID's this device is known by. - **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 %} ### {% 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: 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: