briis / hass-weatherflow

Home Assistant Integration for WeatherFlow Stations
MIT License
69 stars 11 forks source link

Error setting weatherflow entries #78

Closed pwm802 closed 11 months ago

pwm802 commented 1 year ago

I have three instances of weatherflow integration that were running without issue. I updated HA to:

Home Assistant 2023.8.3 Supervisor 2023.08.1 Operating System 10.5 Frontend 20230802.1 - latest

I now have the following errors in the log:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 388, in async_setup result = await component.async_setup_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/weatherflow/init.py", line 72, in async_setup_entry if hass.config.units.is_metric ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'UnitSystem' object has no attribute 'is_metric' 2023-08-22 09:01:35.266 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry ####### for weatherflow

briis commented 11 months ago

This is an old issue which has bee fixed. Please upgrade to the latest version.