diff --git a/sass/custom/_terminology_tooltip.scss b/sass/custom/_terminology_tooltip.scss index 9794b3f8e40..348d16581db 100644 --- a/sass/custom/_terminology_tooltip.scss +++ b/sass/custom/_terminology_tooltip.scss @@ -66,4 +66,7 @@ } } } + code { + border-bottom: 2px dotted $primary-color; + } } diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index d25a4e9caed..3e0dcb6c893 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -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/ diff --git a/source/_includes/integrations/reload_ha_after_config_inclusion.md b/source/_includes/integrations/reload_ha_after_config_inclusion.md deleted file mode 100644 index 70bb7c17fa3..00000000000 --- a/source/_includes/integrations/reload_ha_after_config_inclusion.md +++ /dev/null @@ -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**" %}. \ No newline at end of file diff --git a/source/_includes/integrations/restart_ha_after_config_inclusion.md b/source/_includes/integrations/restart_ha_after_config_inclusion.md new file mode 100644 index 00000000000..e1c4cd8d002 --- /dev/null +++ b/source/_includes/integrations/restart_ha_after_config_inclusion.md @@ -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**" %}.