mirror of
https://github.com/sudoxnym/connectd.git
synced 2026-04-14 19:46:30 +00:00
- 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>
18 lines
374 B
JSON
18 lines
374 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "connectd daemon",
|
|
"description": "connect to your connectd daemon for monitoring.",
|
|
"data": {
|
|
"host": "host",
|
|
"port": "port"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "failed to connect to connectd api",
|
|
"unknown": "unexpected error"
|
|
}
|
|
}
|
|
}
|