issues
search
audiconnect
/
audi_connect_ha
Adds an audi connect integration to home assistant
MIT License
238
stars
97
forks
source link
fix: Native unit of measurement
#343
Closed
coreywillwhat
closed
7 months ago
coreywillwhat
commented
7 months ago
Issue
As pointed out by issue #342 the unit of measurement can't be adjusted from the front end.
This update allows the use of "Unit of measurement" from the front end to convert values on the fly.
Fix
Updating sensors to use
native_unit_of_measurement
and
native_value
.
unit_system
is no longer needed. Removing all instances throughout the integration.
Last_Update state should not be a string
Issue
Fix
native_unit_of_measurement
andnative_value
.unit_system
is no longer needed. Removing all instances throughout the integration.