madmachinations / home-assistant-alexa-shopping-list

A custom component for Home Assistant which synchronises your Alexa Shopping List
GNU General Public License v3.0
24 stars 2 forks source link

HACS don't allow download #13

Open lein1013 opened 1 week ago

lein1013 commented 1 week ago

great idea! I've installed the Add-on and I've added the repository to HACS and it shows up correctly image

after pressing Download I get image

Using HACS:

Integration version: | 2.0.1 -- | -- Frontend version: | 20240903140523 Repositories: | 1415 Downloaded repositories: | 14
Mekki86 commented 5 days ago

The same for me. Have you solved it by any chance? Thank you

madmachinations commented 5 days ago

I'm not sure off the top of my head, but I'm pretty sure that HACS requires specific files and configurations present within the repository for it to work. Unless that requirement has changed with HACS 2, since the last time I looked at it anyway.

madmachinations commented 5 days ago

I've just installed the component manually by copying and pasting it into the appropriate place in the HA config

Mekki86 commented 5 days ago

forgive my ignorance, after putting the folder in /config/custom_components, what should I do?

madmachinations commented 5 days ago

forgive my ignorance, after putting the folder in /config/custom_components, what should I do?

No worries. So you should have /config/custom_components/alexa_shopping_list yisssss? If you do, just restart home assistant.

Then go to settings > devices & integrations > add integration = and search for alexa shopping list, click that and the component setup will start.

Mekki86 commented 5 days ago

My mistake was putting the entire github folder in custom_components and not just the alexa_shopping_list folder. Now it works. Tanks a lot

madmachinations commented 4 days ago

My mistake was putting the entire github folder in custom_components and not just the alexa_shopping_list folder. Now it works. Tanks a lot

No problem, good luck! :)

mekki1986 commented 4 days ago

I'm sorry, but I cheered too soon! The server works, calling the list from the command line returns me correctly, but I can't get the integration to work. The status is always unknown and does not update the list in HA. The IP address is correct, I haven't changed the port so I assume it is always 4000. What could be the problem? Maybe the Client folder was to be copied to a specific place?

madmachinations commented 4 days ago

I'm sorry, but I cheered too soon! The server works, calling the list from the command line returns me correctly, but I can't get the integration to work. The status is always unknown and does not update the list in HA. The IP address is correct, I haven't changed the port so I assume it is always 4000. What could be the problem? Maybe the Client folder was to be copied to a specific place?

Are you using HASS OS by any chance?

mekki1986 commented 4 days ago

Yes! 🤔

madmachinations commented 4 days ago

I've heard this from other people using HASS OS also. I'll open an issue for it. I have no idea what is wrong, I can only assume HASS OS isn't installing something the custom component needs

madmachinations commented 4 days ago

New issue is here:

https://github.com/madmachinations/home-assistant-alexa-shopping-list/issues/14