connectd/hacs/hacs.json
Your Name 1c525097f4 add REST API and HACS integration for home assistant
- api.py exposes /api/stats, /api/health, /api/state on port 8099
- daemon updates shared state for API
- HACS custom component with sensors for all stats
- config flow for easy setup
- example automations in docs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 10:11:47 -06:00

6 lines
106 B
JSON

{
"name": "connectd",
"render_readme": true,
"domains": ["sensor"],
"homeassistant": "2023.1.0"
}