Glossary Core, Supervised: add note that installation methods are d… (#39158)

This commit is contained in:
c0ffeeca7 2025-05-23 12:17:29 +02:00 committed by GitHub
parent 75f46b2773
commit e67bf84698
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -311,26 +311,20 @@
- term: Home Assistant Core - term: Home Assistant Core
definition: >- definition: >-
Home Assistant Core is the Python program at the heart of Home Assistant. It Home Assistant Core is the Python program at the heart of Home Assistant. It
is part of all of the four installation types and can be run on various is part of all installation types. It can be installed standalone (without Home Assistant
operating systems. It can be installed standalone (without Home Assistant Supervisor) as a container using Docker (this is typically referred to as the Home Assistant
Supervisor), using a Virtual Environment (typically referred to as Home Container installation method). For development, Core can also be run using a Virtual
Assistant Core installation method) or as a container using Docker Environment (previously referred as the Home Assistant Core installation method.
(typically referred to as Home Assistant Container installation method). 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/).
link: /installation/#advanced-installation-methods link: /installation/#advanced-installation-methods
excerpt: >
Home Assistant Core is the heart of Home Assistant itself. It is a Python
program that powers every installation type, but can be installed
standalone.
- term: Home Assistant Supervised - term: Home Assistant Supervised
definition: >- definition: >-
Home Assistant Supervised is a full UI managed home automation ecosystem The Home Assistant Supervised installation method is a full UI managed home automation ecosystem
that runs the Home Assistant Core program, the Home Assistant Supervisor and that runs the Home Assistant Core program, the Home Assistant Supervisor and
add-ons. It comes pre-installed on Home Assistant OS, but can be installed add-ons. It comes pre-installed on Home Assistant OS, but can be installed
standalone on Debian Linux systems. It leverages Docker, which is managed by standalone on Debian Linux systems. It leverages Docker, which is managed by
the Home Assistant Supervisor. the Home Assistant Supervisor. The
excerpt: > [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/).
Home Assistant Supervised is the full Home Assistant ecosystem, without the
Home Assistant Operating System.
link: /installation/#advanced-installation-methods link: /installation/#advanced-installation-methods
- term: Home Assistant Supervisor - term: Home Assistant Supervisor
definition: >- definition: >-