diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index 09359c15665c..95edca5bf14e 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -296,8 +296,9 @@ - groups - term: HASS definition: >- - HASS or [hass](/docs/tools/hass/) is often used as an abbreviation for Home - Assistant. It is also the command-line tool. + HASS is an abbreviation for Home Assistant that was commonly used in the past. + This abbreviation is no longer actively used. It is recommended to use the full + name "Home Assistant" instead of abbreviations. - term: HassOS definition: >- Another name for Home Assistant Operating System diff --git a/source/_docs/tools/hass.markdown b/source/_docs/tools/hass.markdown deleted file mode 100644 index 26dcd7be8c3f..000000000000 --- a/source/_docs/tools/hass.markdown +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: "hass" -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 type. It is started from the command line on the computer running Home Assistant Core (accessed perhaps via SSH). - -```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] - [--log-file LOG_FILE] [--log-no-color] [--script ...] [--ignore-os-check] - -Home Assistant: Observe, Control, Automate. - -optional arguments: - -h, --help show this help message and exit - --version show program's version number and exit - -c path_to_config_dir, --config path_to_config_dir - Directory that contains the Home Assistant configuration - --safe-mode Start Home Assistant in safe mode - --debug Start Home Assistant in debug mode - --open-ui Open the webinterface in a browser - --skip-pip Skips pip install of required packages on startup - -v, --verbose Enable verbose logging to file. - --log-rotate-days LOG_ROTATE_DAYS - Enables daily log rotation and keeps up to the specified days - --log-file LOG_FILE Log file to write to. If not set, CONFIG/home-assistant.log is used - --log-no-color Disable color logs - --script ... Run one of the embedded scripts - --ignore-os-check Skips validation of operating system - -If restart is requested, exits with code 100 -``` diff --git a/source/_includes/asides/docs_sitemap.html b/source/_includes/asides/docs_sitemap.html index 89d27716a2ce..82301222e68b 100644 --- a/source/_includes/asides/docs_sitemap.html +++ b/source/_includes/asides/docs_sitemap.html @@ -246,7 +246,6 @@