PhoenixR49 / hass-huggingchat-conversation

Conversation support for Home Assistant using HuggingChat.
GNU General Public License v3.0
9 stars 3 forks source link

Can it read states? #1

Closed piertjep closed 8 months ago

piertjep commented 8 months ago

Is it possible to read the states of the entities?

PhoenixR49 commented 8 months ago

Sorry to disappoint you, but this integration doesn't create any entities. It just creates a conversational agent to create an assistant that supports HuggingChat.

supremelucifer commented 8 months ago

Actually, you can! afbeelding

PhoenixR49 commented 8 months ago

Ok, I misunderstood your question @piertjep! In reality, entities can only be read if they are assigned to rooms (or if you modify your prompt to include them).

I'm currently working on a new update that would allow devices to be controlled via the HuggingChat wizard.

shon4840 commented 1 month ago

Ok, I misunderstood your question @piertjep! In reality, entities can only be read if they are assigned to rooms (or if you modify your prompt to include them).

I'm currently working on a new update that would allow devices to be controlled via the HuggingChat wizard.

how soon can we expect this function to be added?

PhoenixR49 commented 1 month ago

Hi @shon4840! I haven't started adding this feature to the integration yet. I'm don't know when it will be ready or if it will ever be ready... However, if you have an idea of how to do it and would like to contribute to the project, you can write a pull request of your changes.

Have a nice day ;)

shon4840 commented 1 month ago

Hi @shon4840! I haven't started adding this feature to the integration yet. I'm don't know when it will be ready or if it will ever be ready... However, if you have an idea of how to do it and would like to contribute to the project, you can write a pull request of your changes.

Have a nice day ;)

Hi! There is an ollama integration for home assistant(https://github.com/home-assistant/core/tree/dev/homeassistant/components/ollama) I think they won't mind if you borrow their code to implement this feature I am not a programmer myself and unfortunately I don't know how to program

Have a nice day