Reworded *Reload* glossary (#27426)

* Reworded Reload term.

Taking feedback from @frenck where reload makes changes to configuration files which is incorrect.

* Incorporated feedback from @c0ffeeca7.
This commit is contained in:
Danny Tsang 2023-05-24 08:21:04 +01:00 committed by GitHub
parent bfe3397260
commit 8d2b6d447e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,16 +286,17 @@
- term: Reload - term: Reload
definition: >- definition: >-
Updates Home Assistant configuration files. Changes are normally Applies the changes made to the Home Assistant configuration files. Changes
automatically updated. However, when changes are made outside of the UI are normally automatically updated. However, changes made outside of the front
and at a file level, Home Assistant is not aware of these changes and end will not be reflected in Home Assistant and require a reload.
requires the configuration file(s) to be reloaded to pick up any changes To perform a manual reload, go to **Settings** > **System** >
made by going to **Settings** > **System** > **Restart Home Assistant** **Restart Home Assistant** (top right) > **Quick reload**. More granular
(top right) > **Quick reload**. More granular reload options are available reload options are available in *YAML configuration reloading* section
in *YAML configuration reloading* section in **Developer tools** > **YAML**. in **Developer tools** > **YAML**.
excerpt: > excerpt: >
Updates Home Assistant configuration files. Changes are normally Applies the changes made to Home Assistant configuration files. Changes are normally
automatically updated. automatically updated. However, changes made outside of the front
end will not be reflected in Home Assistant and require a reload.
- term: Scene - term: Scene
definition: >- definition: >-