RobertD502 / home-assistant-flair

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

Error while adding integration #22

Closed ernst77 closed 2 years ago

ernst77 commented 2 years ago
 can only concatenate str (not "NoneType") to str
image
RobertD502 commented 2 years ago

I see from the previous issue that you raised that you had the integration set up before. What changes have you made in the meantime?

ernst77 commented 2 years ago

No changes, just upgraded from 0.0.5.5 to 0.0.5.7. Trying to use oAuth2 as was suggested on 0.0.5.6 version.

ernst77 commented 2 years ago

Okay, it seems like it still uses oAuth1.

RobertD502 commented 2 years ago

Correct, still using OAuth1 until I have time to do a complete rewrite of the backend and the integration itself. The release notes were just a warning to make sure everyone got their OAuth2 credentials ready to go once the changes go live. Be sure to keep an eye on the release notes as I will clearly state when OAuth2 creds need to be used - at that time you WON'T have to delete and re-add the integration. The main integration page will show the integration as having failed to load. However, there will be a "reconfigure" button which, when pressed, will allow you to enter OAuth2 credentials. I will do everything I can to make the transition as painless as possible.