Skip to content

Commit 8bfb77b

Browse files
authored
Fix unit_of_measurement for windspeed to mph in rtl_433_mqtt_hass.py (#3337)
1 parent 85a42b4 commit 8bfb77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rtl_433_mqtt_hass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
"config": {
351351
"device_class": "wind_speed",
352352
"name": "Wind Speed",
353-
"unit_of_measurement": "mi/h",
353+
"unit_of_measurement": "mph",
354354
"value_template": "{{ value|float }}",
355355
"state_class": "measurement"
356356
}

0 commit comments

Comments
 (0)