ITSpecialist111 / ai_automation_suggester

This custom Home Assistant integration automatically scans your entities, detects new devices, and uses AI (via cloud and local APIs) to suggest tailored automations. It supports multiple AI providers, including OpenAI, Anthropic, Google, Groq, LocalAI, and Ollama. The integration provides automation suggestions via persistent notifications.
MIT License
125 stars 5 forks source link

skip ignore some suggestions possible? #24

Open remb0 opened 6 days ago

remb0 commented 6 days ago

action: ai_automation_suggester.generate_suggestions data: provider_config: my_provider_chatgpt custom_prompt: skip notifications about updates

but I got still a bunch of notifications about update notifications or auto updating addons. do I something wrong?

ITSpecialist111 commented 5 days ago

The main issue is that the integration was initially designed to focus on 'new' entities and provide examples related to them. There have been requests to make this functionality more flexible, which will be addressed in Version 2 of this custom integration. I have been working diligently to establish the foundational elements for multiple providers and local LLMs to improve suggestions like these.

Let's troubleshoot the problems you are experiencing in Version 1.08 and see if we can recreate the issue so we can work on it for Version 2. see if we can recreate the issue so we can work on it for Version 2.

remb0 commented 5 days ago

If I can help to deliver info please let me know!

ITSpecialist111 commented 3 days ago

Are you expecting the custom prompt to not generate notifications for that one call or for all calls?

remb0 commented 1 day ago

good question. when doing it manual it would be handy to point in a direction of skip/ignore certain devices.. maybe by 2 extra prompt inputs?