jango-blockchained
b55a75df54
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
8bcc8c2b03
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
a37f0a784f
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
25a07da95d
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
7cc231f0d3
Update .gitignore to include additional files and directories for better dependency and environment management
2024-12-16 10:48:29 +01:00
jango-blockchained
78c4f3167a
Remove yarn.lock file to streamline dependency management and avoid potential conflicts.
2024-12-16 10:48:20 +01:00
Tevon Strand-Brown
3a11274af1
Added basic alarm control
2024-12-12 16:45:34 -08:00
Tevon Strand-Brown
e915134cde
Added basic control for lights, climate, and covers
2024-12-12 16:20:58 -08:00
Tevon Strand-Brown
144fc83be7
Transitioned to office SDK
2024-12-12 10:54:57 -08:00
Tevon Strand-Brown
df5a75d919
Update README.md
2024-12-11 23:02:16 -08:00
Tevon Strand-Brown
f7bfcd4e0a
Added to readme
2024-12-11 22:56:06 -08:00
Tevon Strand-Brown
e94e19b833
Create README.md
2024-12-11 22:51:11 -08:00
Tevon Strand-Brown
56c34635be
initial commit
2024-12-11 22:32:08 -08:00
Tevon Strand-Brown
140576a9a5
Initial commit
2024-12-11 22:30:27 -08:00