mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 02:16:50 +00:00
include required "sensor_type:" in example - remove duplicate total_rain (#6064)
* include required "sensor_type:" in example - remove duplicate rain_total updated the example to include sensor type as this is a required part of the configuration and is needed to make it a valid example also removed duplicate sensor type for rain_total * Minor changes * Minor changes
This commit is contained in:
parent
56895804da
commit
ea9803e7e4
@ -31,7 +31,7 @@ sensor:
|
||||
- platform: rflink
|
||||
devices:
|
||||
alectov1_0334_temp:
|
||||
name: Temperature Outside
|
||||
sensor_type: temperature
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
@ -41,8 +41,8 @@ Configuration variables:
|
||||
|
||||
Device configuration variables:
|
||||
|
||||
- **name** (*Optional*): Name for the device, defaults to RFLink ID.
|
||||
- **sensor_type** (*Required*): Override automatically detected type of sensor. For list of values see below.
|
||||
- **name** (*Optional*): Name for the device, defaults to RFLink ID.
|
||||
- **unit_of_measurement** (*Optional*): Override automatically detected unit of sensor.
|
||||
- **aliases** (*Optional*): Alternative RFLink ID's this device is known by.
|
||||
|
||||
@ -68,7 +68,6 @@ Sensor type values:
|
||||
- meter_value
|
||||
- total_rain
|
||||
- rain_rate
|
||||
- total_rain
|
||||
- revision
|
||||
- noise_level
|
||||
- temperature
|
||||
|
Loading…
x
Reference in New Issue
Block a user