From db2fc6d31a6ba6d0ee7c29a3771d04ae4ec85384 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 8 May 2024 09:22:28 +0200 Subject: [PATCH] Snippet: fix variable (#32632) --- .../_includes/integrations/restart_ha_after_config_inclusion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/integrations/restart_ha_after_config_inclusion.md b/source/_includes/integrations/restart_ha_after_config_inclusion.md index a53706aee69..7bbbe918478 100644 --- a/source/_includes/integrations/restart_ha_after_config_inclusion.md +++ b/source/_includes/integrations/restart_ha_after_config_inclusion.md @@ -1 +1 @@ -After changing the {% term "`configuration.yaml`" %} file, [restart Home Assistant](/docs/configuration/#reloading-the-configuration-to-apply-changes) to apply the changes. {% if ha_platforms and ha_quality_scale != "internal" %} To view the changes, go to {% my entities title="**Settings** > **Devices & services** > **Entities**" %}. {% endif %} +After changing the {% term "`configuration.yaml`" %} file, [restart Home Assistant](/docs/configuration/#reloading-the-configuration-to-apply-changes) to apply the changes. {% if page.ha_platforms and page.ha_quality_scale != "internal" %} To view the changes, go to {% my entities title="**Settings** > **Devices & services** > **Entities**" %}. {% endif %}