From f4cb788ddcfe15e9da7891f945d2efeb84857080 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 26 May 2025 10:44:26 +0200 Subject: [PATCH] Common tasks: remove core specific file (#39228) --- source/common-tasks/core.markdown | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 source/common-tasks/core.markdown diff --git a/source/common-tasks/core.markdown b/source/common-tasks/core.markdown deleted file mode 100644 index da09a975c86..00000000000 --- a/source/common-tasks/core.markdown +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Common tasks - Core" -description: "Common tasks for Home Assistant Core" -installation: core ---- - -## Backup - -To learn how to back up the system or how to restore a system from a backup, refer to the backup documentation under [common tasks](/common-tasks/general/#backups). - -## Update - -{% include common-tasks/update.md %} -{% include common-tasks/specific_version.md %} -{% include common-tasks/beta_version.md %} -{% include common-tasks/development_version.md %} -{% include common-tasks/configuration_check.md %}