Compile and Export all the HASS Info in an LLM-Optimized Way #41
Replies: 1 comment 3 replies
-
Hey 👋 yes I've been thinking the same. I've been working on so.e dashboards to do exactly that. The idea being you can choose from a list of automation ideas, and it will show the automation yaml, script yaml and devices required, all in one view. It takes a lot of time to sit down and build these integrations, but I might need to create an addon for Hass to facilitate this. This integration looks directly at the entities database, so easier at the moment to pick up and suggest new entities to automations, rather than look at everything (which is what I want to do btw). I need to design a process to do the Big picture element, possibility through RAG process. Thoughts? |
Beta Was this translation helpful? Give feedback.
-
Hi, so I regularly use AI like Claude, Gemini, Perplexity, etc., to help me customize my HASS setup.
My main challenge till now has been keeping it updated with specific setup: all the devices, entities, configs, dashboards, etc. I have to manually copy-paste and compile a lot of YAML and upload that for the AI to understand.
Since this integration seems to be getting all this data already and sending it to the LLMs for the automation suggestions; I was wondering if there was a way we could export this data for our personal use?
It would be much easier to use this data with our custom prompts for additional use cases.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions