Skip to content

Commit ce4102a

Browse files
c0ffeeca7Copilot
andauthored
Rename installation method to installation type (#40789)
Co-authored-by: Copilot <[email protected]>
1 parent 4ae673b commit ce4102a

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed

source/_data/glossary.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
Home Assistant has built-in functionality to create files containing a copy
8080
of your configuration. This can be used to restore your Home Assistant as
8181
well as migrate to a new system. The backup feature is available for all
82-
[installation types](/installation/#about-installation-methods).
82+
[installation types](/installation/#about-installation-types).
8383
link: /common-tasks/general/#backups
8484
aliases:
8585
- backups
@@ -307,23 +307,23 @@
307307
Home Assistant Container is a standalone container-based installation of
308308
Home Assistant Core. Any [OCI](https://opencontainers.org/) compatible
309309
runtime can be used, but the documentation focus is on Docker.
310-
link: /installation/#about-installation-methods
310+
link: /installation/#about-installation-types
311311
- term: Home Assistant Core
312312
definition: >-
313313
Home Assistant Core is the Python program at the heart of Home Assistant. It
314314
is part of all installation types. It can be installed standalone (without Home Assistant
315315
Supervisor) as a container using Docker (this is typically referred to as the Home Assistant
316-
Container installation method). For development, Core can also be run using a Virtual
317-
Environment (previously referred as the Home Assistant Core installation method.
318-
For production setup, the [Home Assistant Core installation method is deprecated](https://www.home-assistant.io/blog/2025/05/22/deprecating-core-and-supervised-installation-methods-and-32-bit-systems/).
316+
Container installation type). For development, Core can also be run using a Virtual
317+
Environment (previously referred as the Home Assistant Core installation type.
318+
For production setup, the [Home Assistant Core installation type is deprecated](https://www.home-assistant.io/blog/2025/05/22/deprecating-core-and-supervised-installation-methods-and-32-bit-systems/).
319319
- term: Home Assistant Supervised
320320
definition: >-
321-
The Home Assistant Supervised installation method is a full UI managed home automation ecosystem
321+
The Home Assistant Supervised installation type is a full UI managed home automation ecosystem
322322
that runs the Home Assistant Core program, the Home Assistant Supervisor and
323323
add-ons. It comes pre-installed on Home Assistant OS, but can be installed
324324
standalone on Debian Linux systems. It leverages Docker, which is managed by
325325
the Home Assistant Supervisor. The
326-
[Home Assistant Supervised installation method is deprecated](https://www.home-assistant.io/blog/2025/05/22/deprecating-core-and-supervised-installation-methods-and-32-bit-systems/).
326+
[Home Assistant Supervised installation type is deprecated](https://www.home-assistant.io/blog/2025/05/22/deprecating-core-and-supervised-installation-methods-and-32-bit-systems/).
327327
- term: Home Assistant Supervisor
328328
definition: >-
329329
The Home Assistant Supervisor is a program that manages a Home Assistant
@@ -337,7 +337,7 @@
337337
includes Home Assistant Core, the Home Assistant Supervisor, and supports
338338
add-ons. Home Assistant Supervisor keeps it up to date, removing the need
339339
for you to manage an operating system. Home Assistant Operating System is
340-
the recommended installation method for most users.
340+
the recommended installation type for most users.
341341
- term: Host
342342
definition: >-
343343
A device that can communicate with other devices on a network. During setup

source/_docs/automation/using_blueprints.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If you do not want to [re-import the blueprint](/docs/automation/using_blueprint
8686
its {% term YAML %} content to keep it up to date:
8787
8888
1. Navigate to the blueprints directory (`blueprints/automation/`).
89-
The location of this directory depends on the installation method. It's
89+
The location of this directory depends on the installation type. It's
9090
similar to how you find [`configuration.yaml`](/docs/configuration/#editing-configurationyaml).
9191
2. Next, you must find the blueprint to update. The path name of a blueprint consists of:
9292
- The username of the user that created it. The name depends on the source of the blueprint:

source/_docs/configuration.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Example of a configuration.yaml file, accessed using the File editor add-on on a
2727

2828
## Editing `configuration.yaml`
2929

30-
How you edit your `configuration.yaml` file depends on your editor preferences and the [installation method](/installation/#about-installation-methods) you used to set up Home Assistant. Follow these steps:
30+
How you edit your `configuration.yaml` file depends on your editor preferences and the [installation type](/installation/#about-installation-types) you used to set up Home Assistant. Follow these steps:
3131

3232
1. [Set up file access](#to-set-up-access-to-the-files-and-prepare-an-editor).
3333
2. [Locate the config directory](#to-find-the-configuration-directory).
@@ -37,7 +37,7 @@ How you edit your `configuration.yaml` file depends on your editor preferences a
3737
### To set up access to the files and prepare an editor
3838

3939
Before you can edit a file, you need to know how to access files in Home Assistant and setup an editor.
40-
File access depends on your [installation method](/installation/#about-installation-methods). If you use {% term "Home Assistant Operating System" %}, you can use editor add-ons, for example. If you use {% term "Home Assistant Container" %}, add-ons are not available.
40+
File access depends on your [installation type](/installation/#about-installation-types). If you use {% term "Home Assistant Operating System" %}, you can use editor add-ons, for example. If you use {% term "Home Assistant Container" %}, add-ons are not available.
4141

4242
To set up file access on the Home Assistant Operating System, follow these steps:
4343

@@ -70,7 +70,7 @@ If you have watched any videos about setting up Home Assistant using `configurat
7070

7171
After changing configuration or automation files, you can check if the configuration is valid. A configuration check is also applied automatically when you reload the configuration or when you restart Home Assistant.
7272

73-
The method for running a configuration check depends on your [installation type](/installation/#about-installation-methods). Check the common tasks for your installation type:
73+
The method for running a configuration check depends on your [installation type](/installation/#about-installation-types). Check the common tasks for your installation type:
7474

7575
- [Configuration check on Operating System](/common-tasks/os/#configuration-check)
7676
- [Configuration check on Container](/common-tasks/container/#configuration-check)

source/_docs/tools/hass.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Description of hass."
55

66
The command-line part of Home Assistant is `hass`.
77

8-
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).
8+
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).
99

1010
```text
1111
$ hass -h

source/_faq/ha-vs-hassio.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ha_category: Installation
55
---
66

77
Home Assistant Core is a Python program, in simple words. It can be run on various operating systems and provide the ability to track, control and automate your devices.
8-
When people talking about Home Assistant Core they usually refer to a standalone [installation method](/docs/installation/).
8+
When people talking about Home Assistant Core they usually refer to a standalone [installation type](/docs/installation/).
99

1010
[Home Assistant](/hassio/) is a combination of Home Assistant Core and tools which allows one to run it easily on a Raspberry Pi and other platforms without setting up an operating system first.
1111
Home Assistant is an all-in one-solution and has a management user interface that can be used from the Home Assistant frontend. This interface is not present in a Home Assistant Core setup.

source/_includes/installation/container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
These below instructions are for an installation of {% term "Home Assistant Container" %} running in your own container environment, which you manage yourself. Any [OCI](https://opencontainers.org/) compatible runtime can be used, however this guide will focus on installing it with Docker.
55

66
{% note %}
7-
This installation method **does not have access to add-ons**. If you want to use add-ons, you need to use another installation method. The recommended method is {% term "Home Assistant Operating System" %}. Checkout the [overview table of installation types](https://www.home-assistant.io/installation/#about-installation-methods) to see the differences.
7+
This installation type **does not have access to add-ons**. If you want to use add-ons, you need to use another installation type. The recommended type is {% term "Home Assistant Operating System" %}. Checkout the [overview table of installation types](https://www.home-assistant.io/installation/#about-installation-types) to see the differences.
88
{% endnote %}
99

1010
{% important %}

source/_integrations/go2rtc.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ha_quality_scale: internal
1717
go2rtc is an open source project providing a camera streaming application that supports formats such as RTSP, WebRTC, HomeKit, FFmpeg, RTMP. The **go2rtc** {% term integration %} connects to a go2rtc instance and provides a WebRTC proxy for all your cameras. To learn more about go2rtc, refer to the [project's GitHub page](https://github.com/AlexxIT/go2rtc/).
1818

1919

20-
If you are using the [`default_config`](/integrations/default_config/) and run Home Assistant using one of the following installation methods, the go2rtc integration will be set up automatically and you don't need to do anything:
20+
If you are using the [`default_config`](/integrations/default_config/) and run Home Assistant using one of the following installation types, the go2rtc integration will be set up automatically and you don't need to do anything:
2121

2222
- {% term "Home Assistant Operating System" %}
2323
- {% term "Home Assistant Supervised" %}

source/_integrations/lacrosse.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Or, when using Docker containers:
3737
docker exec -it <containername> pylacrosse -d /dev/ttyUSB0 scan
3838
```
3939

40-
If you are using the Home Assistant OS or Supervised installation method, these
40+
If you are using the Home Assistant OS or Supervised installation types, these
4141
methods are not available for you. The use of an additional computer to figure
4242
out the ID is advised.
4343

source/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ layout: null
345345
/ecosystem/notebooks/stats https://data.home-assistant.io
346346
/examples/notify.mqtt /integrations/mqtt/#mqtt-notifications
347347
/ios/whats-new https://companion.home-assistant.io/docs/getting_started/getting-started
348+
/installation/#about-installation-methods /installation/#about-installation-types
348349
/installation/nuc /installation/generic-x86-64
349350
/integrations/auth /docs/authentication
350351
/integrations/automation /docs/automation

source/installation/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
<h2>Plug and play with Home Assistant Green</h2>
2121
<p>
2222
The affordable Home Assistant Green is the easiest way to start using
23-
Home Assistant. It's plug-and-play and comes with Home Assistant already
24-
installed.
23+
Home Assistant. It's plug-and-play and comes with [Home Assistant Operating System](/installation/#about-installation-types) already installed.
2524
</p>
2625

2726
<div class="installations-card">
@@ -515,9 +514,9 @@ <h3>Install Home Assistant on other systems</h3>
515514
</div>
516515
</div>
517516

518-
<h3>Deprecated installation methods</h3>
517+
<h3>Deprecated installation types</h3>
519518
<p>
520-
Home Assistant used to offer two additional installation methods for advanced users: <b>{% term "Home Assistant Core" %}</b> and <b>{% term "Home Assistant Supervised" %}</b>. These two methods are now <a href="https://www.home-assistant.io/blog/2025/05/22/deprecating-core-and-supervised-installation-methods-and-32-bit-systems/">deprecated and no longer recommended for new users</a>.
519+
Home Assistant used to offer two additional installation types for advanced users: <b>{% term "Home Assistant Core" %}</b> and <b>{% term "Home Assistant Supervised" %}</b>. These two methods are now <a href="https://www.home-assistant.io/blog/2025/05/22/deprecating-core-and-supervised-installation-methods-and-32-bit-systems/">deprecated and no longer recommended for new users</a>.
521520
</p>
522521
<ul>
523522
<li>

0 commit comments

Comments
 (0)