jekalmin / extended_openai_conversation

Home Assistant custom component of conversation agent. It uses OpenAI to control your devices.
916 stars 129 forks source link

Unable to find in HACS #116

Open dugdathug opened 8 months ago

dugdathug commented 8 months ago

I noticed in your install instructions you reference hacs, but I'm unable to locate it there. Thought you might want to know.

sdetweil commented 8 months ago

i agree, not in HACS

jekalmin commented 8 months ago

Thanks for reporting an issue!

Sorry for misunderstanding. Currently, you should add it as a custom repository of HACS instead. I have created a pull request to register to HACS, but it's still on progress.

sdetweil commented 8 months ago

they rejected it cause its not their docker container.

and they don't provide a compose file. I don't have time to learn how to connect the parts.

I'm traveling for the next week

luckily the system will be with me if I get time..

arvindagg commented 7 months ago

I am having issue installing the integration on HA v2024.2.0. Initially the integration shows as it it has been installed but after the restart I am not able to see it neither on the file system. I am trying to install from the UI.

Buttonskill commented 7 months ago

@jekalmin I'm facing the same issue as @arvindagg. Neither path allows the extended_openai_conversation to show up and allow completion (API key setup etc).

I've added as a custom repository, and I've also tried adding to '/config/custom_components/extended_openai_conversation`.

No luck. It appears as though it's there in in HACS, but doesn't appear with other integrations post-reboot.

Buttonskill commented 7 months ago

Ah, I figured it out, @jekalmin and @arvindagg . When I didn't see the manifest.json required for custom repositories, I realized there was a nested '\custom_components\extended_openai_conversation\', where I had simply dropped '\extended_openai_conversation-1.0.2\' into '\config\custom_components\'.

Hope this helps anyone else. It may still be worth keeping this issue open, as adding via UI was not successful.

jekalmin commented 7 months ago

I am having issue installing the integration on HA v2024.2.0. Initially the integration shows as it it has been installed but after the restart I am not able to see it neither on the file system. I am trying to install from the UI.

@arvindagg Did you figure out? It works on mine. Please attach error logs if it still exists.

arvindagg commented 7 months ago

I am having issue installing the integration on HA v2024.2.0. Initially the integration shows as it it has been installed but after the restart I am not able to see it neither on the file system. I am trying to install from the UI.

@arvindagg Did you figure out? It works on mine. Please attach error logs if it still exists.

Thanks for replying, I was able to fix the issue. It was something I was doing wrong.