Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/_data/glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
36 changes: 0 additions & 36 deletions source/_docs/tools/hass.markdown

This file was deleted.

1 change: 0 additions & 1 deletion source/_includes/asides/docs_sitemap.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@
<ul>
<li>{% active_link /docs/tools/dev-tools/ Developer tools %}</li>
<li>{% active_link /docs/tools/quick-bar/ Quick bar %}</li>
<li>{% active_link /docs/tools/hass/ hass %}</li>
<li>{% active_link /docs/tools/check_config/ check_config %}</li>
</ul>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/2017-10-28-demo.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The simplest way to show Home Assistant to others is the online demo at [/demo/]

## `--demo-mode` and Demo platform

To be safe for your talk, you don't want to depend on an internet connection. The demo mode [`--demo-mode`](/docs/tools/hass/) allows you to run a demo locally including the latest features. Make sure that you have a backup of your configuration.
To be safe for your talk, you don't want to depend on an internet connection. The demo mode `--demo-mode` allows you to run a demo locally including the latest features. Make sure that you have a backup of your configuration.

```bash
hass --demo-mode
Expand Down
2 changes: 1 addition & 1 deletion source/help/trivia.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This page contains only irrelevant and unhelpful information about Home Assistan

## Name

Isn't it obvious? Home Assistant is the good soul that is assisting you in your home. It's common to refer to Home Assistant simply as HA or `hass` (not to be confused with the German word "Hass", it's more like the abbreviation of **H**ome **A**ssistant **S**erver **S**ervice). [`hass`](/docs/tools/hass/) is also the name of the command-line part.
Isn't it obvious? Home Assistant is the good soul that is assisting you in your home. The abbreviation `hass` (not to be confused with the German word "Hass", it's more like the abbreviation of **H**ome **A**ssistant **S**erver **S**ervice) was commonly used in the past, though it's now recommended to use the full name "Home Assistant" in documentation.

## Website

Expand Down