feat: integrate light control functionality with Home Assistant
- Added LightHA class to manage light services. - Implemented searchLight method for device discovery. - Created app.ts and index.ts for application setup and routing. - Developed callText function to parse and execute light commands. - Established routes for handling Home Assistant control commands. - Configured Bun for building the application with TypeScript support.
This commit is contained in:
3
agent/index.ts
Normal file
3
agent/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export * from './app.ts';
|
||||
|
||||
import './routes/index.ts';
|
||||
Reference in New Issue
Block a user