From 1936b8f5fe1095f1a12d113cf6d21ef30e01c784 Mon Sep 17 00:00:00 2001 From: windyboy Date: Fri, 14 Aug 2026 22:42:44 +0800 Subject: [PATCH] docs: correct ha backups list CLI note in HA runbook ha backups list exists on this host; only ha host update is missing. --- runbooks/home-assistant-maintenance.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runbooks/home-assistant-maintenance.md b/runbooks/home-assistant-maintenance.md index 3ac002d..007b43f 100644 --- a/runbooks/home-assistant-maintenance.md +++ b/runbooks/home-assistant-maintenance.md @@ -301,10 +301,10 @@ host for exact syntax. ## Docs vs actual CLI discrepancies The [official HAOS common-tasks docs](https://www.home-assistant.io/common-tasks/os/) -reference `ha backups list` and `ha host update`. **Neither exists in the -installed CLI** (2026-08-14): backups are inspected with `ha backups info -` (a slug is required) and `host` has no `update` subcommand. Trust the -server CLI (`ha --help`) over the docs. +also mention `ha host update`, which **does not exist** in this CLI +(2026-08-14). Backups: `ha backups` and `ha backups list` both list backups; +`ha backups info ` is per-backup (slug required). Trust the server CLI +(`ha --help`) over the docs. This CLI's `ha core info` also has no `state:` field (verified 2026-08-14). Wait for a successful info dump after restart, not a `state: running` line.