mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Fix reload include with configuration.yaml term (#32624)
This commit is contained in:
parent
98d7fbd937
commit
48310714b6
@ -66,4 +66,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
code {
|
||||
border-bottom: 2px dotted $primary-color;
|
||||
}
|
||||
}
|
||||
|
@ -143,6 +143,7 @@
|
||||
- term: Configuration file
|
||||
aliases:
|
||||
- configuration.yaml
|
||||
- "`configuration.yaml`"
|
||||
definition: >-
|
||||
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.
|
||||
link: /docs/configuration/
|
||||
|
@ -1 +0,0 @@
|
||||
After changing the {% term configuration.yaml %} file, [restart Home Assistant](/docs/configuration/#reloading-the-configuration-to-apply-changes) to apply the changes. To view the changes, go to {% my entities title="**Settings** > **Devices & services** > **Entities**" %}.
|
@ -0,0 +1 @@
|
||||
After changing the {% term "`configuration.yaml`" %} file, [restart Home Assistant](/docs/configuration/#reloading-the-configuration-to-apply-changes) to apply the changes. To view the changes, go to {% my entities title="**Settings** > **Devices & services** > **Entities**" %}.
|
Loading…
x
Reference in New Issue
Block a user