kvj / hass_openwrt

Home Assistant integration with OpenWrt devices
MIT License
114 stars 20 forks source link

Setup failed for custom integration openwrt: Unable to import component: cannot import name 'SupportsResponse' from 'homeassistant.core' #25

Closed michelep closed 6 months ago

michelep commented 6 months ago

Hi all,

latest HomeAssistant docker release 2023.1.7 and 0.1.0 of openwrt. On restart, i got this error:

Setup failed for custom integration openwrt: Unable to import component: cannot import name 'SupportsResponse' from 'homeassistant.core' (/usr/src/homeassistant/homeassistant/core.py)

Any hint?

kvj commented 6 months ago

It's definitely a time for upgrade. Your home assistant version is not supported

michelep commented 6 months ago

It's definitely a time for upgrade. Your home assistant version is not supported

Thanks. However I have the latest "docker" version. Any hint how to upgrade on docker with latest release? Seems that's not so easy...

kvj commented 6 months ago

Nothing has changed. They keep pushing docker images https://hub.docker.com/r/homeassistant/home-assistant/tags

Platform installation https://www.home-assistant.io/installation/linux#platform-installation is still officially supported

michelep commented 6 months ago

Done. Thanks!