From 94dae8b36d75b22b02f619a66b9de1a68b455051 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 22 Aug 2023 22:08:04 +0200 Subject: [PATCH] Common tasks, installation independent: add missing title (#28661) --- 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 d4949c16807..251b9d7d019 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