Add native HA integration and dashboard

This commit is contained in:
2026-06-18 12:46:57 +02:00
parent 9d01af98b2
commit b77992606a
9 changed files with 431 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ def test_health_and_backup_roundtrip(tmp_path, monkeypatch) -> None: # type: ig
assert stores is not None
assert health.status_code == 200
assert health.json()["version"] == "2.0.0-alpha.3"
assert health.json()["version"] == "2.0.0-alpha.4"
assert backup.status_code == 200
assert restore.status_code == 200
assert restore.json() == {"status": "restored"}