codingcyclist / ha_strava

Pipe your Activity Data from Strava directly into Home Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Added to intergration, but cant find Strava when i press + Add repository

GNSmarthjem opened this issue · comments

I am able to install Strava integration. But i am not able to find Strava in + Add repository.
I have tried both https://github.com/codingcyclist/ha_strava and https://github.com/madmic1314/ha_strava.

I have deleted and reloaded. But it never shows. Why?

Also with version 2022.2.1, the Strava Home Assistant Integration doesn't show up in the available Integrations list (after successful install via HACS: it's visible there as "Strava Home Assistant Integration" and I restarted HA).
image
and there is a folder /config/custom_components/ha_strava on my server with the right files.
But there seems to be no way to proceed with the configuration and activation of the integration.
Could it be that the (strict?) requirements "aiohttp==3.6.1", "voluptuous==0.11.7" are not met for HA 2022.2.1?

Logger: homeassistant.loader
Source: loader.py:346
First occurred: 15:48:10 (1 occurrences)
Last logged: 15:48:10

The custom integration 'ha_strava' does not have a version key in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details

Found that out too. I added the version string locally, and now I can install the integration. Let's see if I can get it working. The version string fix was not yet merged in the released version, right?
image