Skip to content

Commit

Permalink
Fix HA signal strength unit
Browse files Browse the repository at this point in the history
Should be an absolute measure, not a relative.
  • Loading branch information
nattgris committed Aug 12, 2023
1 parent 3c617ef commit d610c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rtl_433_mqtt_hass_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
"object_suffix": "rssi",
"config": {
"device_class": "signal_strength",
"unit_of_measurement": "dB",
"unit_of_measurement": "dBm",
"state_class": "measurement",
"entity_category": "diagnostic"
}
Expand Down

0 comments on commit d610c21

Please sign in to comment.