minor: Fix wind_max_km_h key in hass script (#1914)

This commit is contained in:
Andrei A
2021-12-23 21:54:51 +02:00
committed by GitHub
parent 6fcd55d20c
commit 3689ff1f0d

View File

@@ -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",