diff --git a/custom_components/weatherlink/weather.py b/custom_components/weatherlink/weather.py index ead529d..6f5318a 100644 --- a/custom_components/weatherlink/weather.py +++ b/custom_components/weatherlink/weather.py @@ -33,7 +33,7 @@ def temperature(self): @property def temperature_unit(self): - return self.units.temperature.unit_of_measurement + return self.units.temperature.info.unit_of_measurement @property def pressure(self):