You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running 2021.12.0b2 and am getting the following error:
Logger: homeassistant.setup
Source: setup.py:153
First occurred: 1:41:17 PM (1 occurrences)
Last logged: 1:41:17 PM
Setup failed for ha_strava: Unable to import component: cannot import name 'HTTP_OK' from 'homeassistant.const'
(/usr/src/homeassistant/homeassistant/const.py)
The text was updated successfully, but these errors were encountered:
I've opened pull request #36 which should fix the issue. Starting with 2021.12.0b0, some constants have been removed from HASS.
I don't know if this repo is still maintained (the missing version in manifest.json has not been fixed for month). However, the changes in this PR are minimal, only a copy of lines must be changed in __init__.py and config_flow.py.
I'm running 2021.12.0b2 and am getting the following error:
The text was updated successfully, but these errors were encountered: