Don't scale status string

This commit is contained in:
Parker Brown 2025-02-13 05:30:29 +00:00 committed by GitHub
parent 04c89263ee
commit 1e00585cd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,6 +170,7 @@ def sensor_update_to_bluetooth_data_update(
continue
if key == "status":
val = val.name.lower()
else:
val = val * desc.scale
data[tag] = val
names[tag] = desc.name