From d1396200be185839ad6a162df0d48beb6a20c2b0 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 7 May 2024 14:46:36 +0200 Subject: [PATCH] Make statement to find new entities conditional (#32626) - only applies to intergations that provide entities - filter used: ha_platforms --- .../_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 e1c4cd8d002..3faae8da5d5 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. To view the changes, go to {% my entities title="**Settings** > **Devices & services** > **Entities**" %}. +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 %} To view the changes, go to {% my entities title="**Settings** > **Devices & services** > **Entities**" %}. {% endif %}