RobertD502 / home-assistant-flair

Custom component for Home Assistant Core for Flair pucks, vents, rooms, structures, and minisplits
MIT License
90 stars 12 forks source link

Error loading integration in Home Assistant due to missing flair_api module #27

Closed fcfort closed 2 years ago

fcfort commented 2 years ago

Seeing the following error in Home Assistant for the Flair integration:

Error importing platform config_flow from integration flair to set up flair configuration entry: No module named 'flair_api'

The flair_api import used to come from here: https://github.com/flair-systems/flair-api-client-py/blob/d928840eab96eb80c9c5069ddf64e6841a0e2f60/flair_api/__init__.py#L7

Before the dependency was switched to https://github.com/RobertD502/flair-api-client-py.

RobertD502 commented 2 years ago

What version of this integration are you on? The latest release that I pushed out uses a new version of hass-flair-helper that correctly imports the module.

RobertD502 commented 2 years ago

Ah wait never mind you're right. I forgot to change the config file

RobertD502 commented 2 years ago

Fixed in version 0.0.6.0