From e5885f5bc5f9bcffacf183c0754a8715db070c20 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Tue, 22 Aug 2023 11:25:45 +0200 Subject: [PATCH] Common tasks, installation independent: add missing title - fixes error introduced in my previous PR #28614 --- source/common-tasks/general.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/common-tasks/general.markdown b/source/common-tasks/general.markdown index d4949c16807e..251b9d7d0191 100644 --- a/source/common-tasks/general.markdown +++ b/source/common-tasks/general.markdown @@ -6,4 +6,7 @@ installation_name: "Installation independent" This section provides tasks that do not depend on a specific Home Assistant installation type or a specific integration. They may be referenced in other procedures. {% include common-tasks/enable_entities.md %} + +## Defining a custom polling interval + {% include common-tasks/define_custom_polling.md %} \ No newline at end of file