Olen / home-assistant-openplantbook

Integration to search and fetch data from Openplantbook.io
GNU General Public License v3.0
131 stars 5 forks source link

Error while adding Integration #19

Closed LotharMadsson closed 6 months ago

LotharMadsson commented 6 months ago

Followed all the steps but I get the following error when I try to add the integration via the Devices & Integrations panel: Config flow could not be loaded: {"message":"Invalid handler specified"}

Olen commented 6 months ago

Please add some more information. Logs, versions etc.

LotharMadsson commented 6 months ago

Following HA log is provided 2024-03-04 21:16:38.277 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration openplantbook: cannot import name 'ServiceResponse' from 'homeassistant.core' (/usr/src/homeassistant/homeassistant/core.py) Using Home Assistant 2023.4.6

Olen commented 6 months ago

The latest versions of the integration requires a newer version of HA.

Please upgrade HA and try again, or select an older version of the integration.

LotharMadsson commented 6 months ago

Upgrading Home Assistant resolved the issue! Thanks for pointing it out!