cgtobi / netatmo_custom

This repo is a custom component from the beta version of the official HA netatmo component
MIT License
14 stars 7 forks source link

ConfigEntries' object has no attribute 'async_forward_entry_setups #21

Closed maury77 closed 1 year ago

maury77 commented 1 year ago

I have HA 2022.7 on rasbperry

after upgrade last version on netatmto custom componenet

I have this error

Traceback (most recent call last): File "/home/homeassistant/.pyenv/versions/3.9.10/lib/python3.9/site-packages/homeassistant/config_entries.py", line 353, in async_setup result = await component.async_setup_entry(hass, self) File "/mnt/dietpi_userdata/homeassistant/custom_components/netatmo/init.py", line 164, in async_setup_entry await data_handler.async_setup() File "/mnt/dietpi_userdata/homeassistant/custom_components/netatmo/data_handler.py", line 153, in async_setup await self.hass.config_entries.async_forward_entry_setups( AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setups'

maury77 commented 1 year ago

I Solved with upgrade HA to 2022.12