From 21217abdc51a5cdb76ddf539830e7ed4e8f6831e Mon Sep 17 00:00:00 2001 From: Danny Tsang <567982+dannytsang@users.noreply.github.com> Date: Wed, 31 May 2023 04:37:02 +0100 Subject: [PATCH] Add backup to glossary (#27584) * Added backup to glossary. * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_data/glossary.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index 8ed53e53641..ea8135549f4 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -57,6 +57,19 @@ aliases: - automations +- term: Backup + definition: >- + Home Assistant has built-in functionality to create files containing a copy of + your configuration. This can be used to restore your Home Assistant as well + as migrate to a new system. The backup feature is available on some installation + types. + link: /integrations/backup/ + excerpt: >- + Home Assistant has built-in functionality to create files containing a copy of + your configurations. This is available on certain installation types. + aliases: + - backups + - term: Binary sensor definition: >- A binary sensor returns information about things that only have two states -