a666d9eb9c
- Server device exposing CPU/RAM/GPU/temperature/battery sensors via /api/v1/system/performance, plus last-restart timestamp (cached with jitter threshold so the recorder doesn't see poll wobble) and version. - Update entity backed by /api/v1/system/update — installs via /apply, hides the install button when the server reports can_auto_update=false. - Sync-clock entities: reset button, speed number, running switch, and the event listener now refreshes on entity_changed events too. - Bump manifest to 0.4.0.
13 lines
418 B
JSON
13 lines
418 B
JSON
{
|
|
"domain": "ledgrab",
|
|
"name": "LedGrab",
|
|
"codeowners": ["@alexeidolgolyov"],
|
|
"config_flow": true,
|
|
"dependencies": [],
|
|
"documentation": "https://git.dolgolyov-family.by/alexei.dolgolyov/ledgrab-haos-integration",
|
|
"iot_class": "local_push",
|
|
"issue_tracker": "https://git.dolgolyov-family.by/alexei.dolgolyov/ledgrab-haos-integration/issues",
|
|
"requirements": ["aiohttp>=3.9.0"],
|
|
"version": "0.4.0"
|
|
}
|