You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.rflink.markdown
+37-1Lines changed: 37 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,46 @@ Configuration variables:
42
42
Device configuration variables:
43
43
44
44
- **name** (*Optional*): Name for the device, defaults to RFLink ID.
45
-
- **sensor_type** (*Required*): Override automatically detected type of sensor.
45
+
- **sensor_type** (*Required*): Override automatically detected type of sensor. For list of values see below.
46
46
- **unit_of_measurement** (*Optional*): Override automatically detected unit of sensor.
47
47
- **aliasses** (*Optional*): Alternative RFLink ID's this device is known by.
48
48
49
+
Sensor type values:
50
+
51
+
- average_windspeed
52
+
- barometric_pressure
53
+
- battery
54
+
- weather_forecast
55
+
- doorbell_melody
56
+
- command
57
+
- co2_air_quality
58
+
- current_phase_1
59
+
- current_phase_2
60
+
- current_phase_3
61
+
- distance
62
+
- firmware
63
+
- humidity_status
64
+
- humidity
65
+
- hardware
66
+
- kilowatt
67
+
- light_intensity
68
+
- meter_value
69
+
- total_rain
70
+
- rain_rate
71
+
- total_rain
72
+
- revision
73
+
- noise_level
74
+
- temperature
75
+
- uv_intensity
76
+
- version
77
+
- voltage
78
+
- watt
79
+
- windchill
80
+
- winddirection
81
+
- windgusts
82
+
- windspeed
83
+
- windtemp
84
+
49
85
### {% linkable_title Hiding/ignoring sensors %}
50
86
51
87
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:
0 commit comments