ha-deploy
This skill covers the safe API boundary after configuration is already present on the Home Assistant host:
scripts/ha-deploy check
scripts/ha-deploy reload
scripts/ha-deploy verify
checkasks Home Assistant to validate its current configuration.reloadapplies reloadable YAML domains without restarting the service.verifyrequires Home Assistant to reportRUNNINGand summarizes automation states.
The retired SSH/git-pull deployment path is intentionally absent. Container changes go through
tools/service-runner.sh; overlay configuration placement belongs to the owning overlay.
Connection facts come from the active overlay. The token comes from the private secret mechanism
at runtime and is never printed. Confirm before reload, because it mutates the running instance.