Commit Graph

17 Commits

Author SHA1 Message Date
jango-blockchained
e46b72b914 Add Claude Desktop setup script and update README for integration instructions
- Introduced `claude_desktop_setup.sh` to automate the installation and configuration of MCP integration for Claude Desktop, including Node.js installation via nvm and Brave Search MCP setup.
- Updated README.md to reflect new setup instructions, key features, and quick start guide for using the MCP with Home Assistant and Claude Desktop.
- Enhanced configuration management by detailing environment variable setup and providing examples for user configurations.
2024-12-16 14:59:59 +01:00
jango-blockchained
752b1daa9c Add Docker support and enhance configuration management
- Introduced Dockerfile for building and running the application in a containerized environment.
- Added .dockerignore to exclude unnecessary files from the Docker context.
- Updated README.md with detailed Docker installation instructions and Node.js version management using nvm.
- Refactored environment variable handling in src/index.ts and src/config/hass.config.ts for improved configuration management.
- Enhanced TypeScript configuration to include JSON module resolution and updated exclusion patterns.
- Updated .gitignore to include additional files for better environment management.
2024-12-16 14:37:25 +01:00
jango-blockchained
2f2630238b Update README and implement device listing tool
- Updated prerequisites in README.md to require Node.js 20.10.0 and NPM instead of Yarn.
- Changed repository clone URL to reflect the new username.
- Introduced a new 'list_devices' tool in src/index.ts to fetch and display all available Home Assistant devices, enhancing interaction capabilities.
- Updated README.md to include detailed usage instructions for the new device listing and control tools.
- Refactored environment variable names for consistency and clarity.
2024-12-16 13:45:39 +01:00
jango-blockchained
050d4ba187 Add Jest configuration files and enhance README with features and usage instructions
- Introduced `jest.config.cjs` and `jest.config.js` for Jest testing configuration.
- Expanded README.md to include detailed features, installation, configuration, and troubleshooting sections.
- Updated TypeScript configuration to target ES2022 and allow JavaScript files.
- Enhanced command handling in `src/index.ts` to support additional parameters for lights, covers, and climate entities.
- Added unit tests for command execution and Home Assistant connection validation.
- Updated schemas to include new entity types and parameters for better validation.
2024-12-16 13:30:20 +01:00
jango-blockchained
2aaf8cf1c0 Enhance Home Assistant application configuration: added required HASS_HOST and HASS_TOKEN parameters, updated application name to 'hass', and refactored bootstrap logic for improved instance management. 2024-12-16 10:49:09 +01:00
jango-blockchained
fade99db31 Refactor Home Assistant MCP server implementation: transitioned to litemcp SDK, streamlined command handling, and reduced complexity by consolidating tool requests into a single command interface. Updated server initialization and improved error handling. 2024-12-16 10:48:53 +01:00
jango-blockchained
681bcd5813 Refactor TypeScript configuration: updated target and module settings, added include/exclude patterns, and enabled declaration generation for improved type safety and project structure. 2024-12-16 10:48:41 +01:00
jango-blockchained
b0a7b9ef7a Update .gitignore to include additional files and directories for better dependency and environment management 2024-12-16 10:48:29 +01:00
jango-blockchained
a6d3eaf276 Remove yarn.lock file to streamline dependency management and avoid potential conflicts. 2024-12-16 10:48:20 +01:00
Tevon Strand-Brown
3657316fd4 Added basic alarm control 2024-12-12 16:45:34 -08:00
Tevon Strand-Brown
12afab896c Added basic control for lights, climate, and covers 2024-12-12 16:20:58 -08:00
Tevon Strand-Brown
09c04edae1 Transitioned to office SDK 2024-12-12 10:54:57 -08:00
Tevon Strand-Brown
50e8dc3365 Update README.md 2024-12-11 23:02:16 -08:00
Tevon Strand-Brown
9577991d75 Added to readme 2024-12-11 22:56:06 -08:00
Tevon Strand-Brown
b35f1873cf Create README.md 2024-12-11 22:51:11 -08:00
Tevon Strand-Brown
9d59a69f2d initial commit 2024-12-11 22:32:08 -08:00
Tevon Strand-Brown
ac98927d06 Initial commit 2024-12-11 22:30:27 -08:00