From a6105d4bbc57103ea61e2ba1be83d9a9e9f9ced8 Mon Sep 17 00:00:00 2001 From: erffrfez Date: Thu, 6 Feb 2025 03:32:47 +0800 Subject: [PATCH] Clarify hass availability and usage for Home Assistant Core users (#36608) * Update hass.markdown add text as per issue #20086 (https://github.com/home-assistant/home-assistant.io/issues/20086). also change bash to text in the markdown to remove the colour highlighting from 'exit', 'file' etc * Update source/_docs/tools/hass.markdown Co-authored-by: Franck Nijhof * Update source/_docs/tools/hass.markdown I think all I need to do here is 'Commit suggestion' and then it will happen. I have no authority to disagree with the suggested change! Co-authored-by: Franck Nijhof --------- Co-authored-by: Franck Nijhof --- source/_docs/tools/hass.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_docs/tools/hass.markdown b/source/_docs/tools/hass.markdown index ba270068b56..d3517c577e3 100644 --- a/source/_docs/tools/hass.markdown +++ b/source/_docs/tools/hass.markdown @@ -5,8 +5,9 @@ description: "Description of hass." The command-line part of Home Assistant is `hass`. +This tool is only available to users of the Home Assistant Core installation method. It is started from the command line on the computer running Home Assistant Core (accessed perhaps via SSH). -```bash +```text $ hass -h usage: hass [-h] [--version] [-c path_to_config_dir] [--safe-mode] [--debug] [--open-ui] [--skip-pip] [-v] [--log-rotate-days LOG_ROTATE_DAYS]