From 98d7fbd9376af03537a1865df06807ced6f7d27f Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 7 May 2024 13:55:08 +0200 Subject: [PATCH] Snippet on reloading HA after configuration change (#32621) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- .../_includes/integrations/reload_ha_after_config_inclusion.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 source/_includes/integrations/reload_ha_after_config_inclusion.md diff --git a/source/_includes/integrations/reload_ha_after_config_inclusion.md b/source/_includes/integrations/reload_ha_after_config_inclusion.md new file mode 100644 index 00000000000..70bb7c17fa3 --- /dev/null +++ b/source/_includes/integrations/reload_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**" %}. \ No newline at end of file