Add Home Assistant Automation skill for AnythingLLM - #18
Open
Sysoiev-Yurii wants to merge 2 commits into
Open
Conversation
- Create manifest for skill configuration - Implement HomeAssistantClient for REST API communication - Implement HomeAssistantSkill with natural language processing - Add setup and integration module for AnythingLLM - Include comprehensive documentation and usage guide - Add unit tests for skill validation - Add usage examples for developers Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
- Quick setup checklist - Common command examples - Device naming tips - Troubleshooting guide - Natural language examples - Security reminders Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR introduces a complete Home Assistant Automation skill for AnythingLLM that enables users to control smart home devices using natural language commands. The skill integrates with Home Assistant's REST API to provide device control, scene activation, and automation discovery.
Why This Matters
Users can now interact with their Home Assistant ecosystem conversationally through AnythingLLM, eliminating the need to manually navigate dashboards or remember entity IDs. Natural language processing makes home automation accessible to everyone.
What's Included
Core Implementation:
home-assistant-client.ts- REST API client handling all Home Assistant communicationhome-assistant-skill.ts- Natural language processing engine with intent recognition and device matchinghome-assistant-skill-setup.ts- AnythingLLM integration layer with validation and metadataConfiguration & Package:
SKILL_MANIFEST.json- Skill manifest with required settings and capabilitiesDocumentation:
Key Features
@agent list all devicesTechnical Highlights
Setup Flow
All security-sensitive information is stored in AnythingLLM settings, never in code or logs.