mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-19 17:16:56 -04:00
minor: Fix wind_max_km_h key in hass script (#1914)
This commit is contained in:
@@ -292,6 +292,17 @@ mappings = {
|
||||
"state_class": "measurement"
|
||||
}
|
||||
},
|
||||
|
||||
"wind_max_km_h": {
|
||||
"device_type": "sensor",
|
||||
"object_suffix": "GS",
|
||||
"config": {
|
||||
"name": "Wind max speed",
|
||||
"unit_of_measurement": "km/h",
|
||||
"value_template": "{{ value|float }}",
|
||||
"state_class": "measurement"
|
||||
}
|
||||
},
|
||||
|
||||
"wind_max_m_s": {
|
||||
"device_type": "sensor",
|
||||
|
||||
Reference in New Issue
Block a user