From 74cb6c11387c3dd3cb5abc469b45abdff0f2f119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20J=C3=A4ger?= Date: Sat, 5 Oct 2024 17:30:15 +0200 Subject: [PATCH] Fix typo --- nextcloud_backup/naming_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud_backup/naming_template.md b/nextcloud_backup/naming_template.md index 30e7b84..3f711ab 100644 --- a/nextcloud_backup/naming_template.md +++ b/nextcloud_backup/naming_template.md @@ -6,6 +6,6 @@ | `{date}` | `2020-12-24` | Current date | | `{hour}` | `20:05` | Current hour in 24h format | | `{hour_12}` | `08:05PM` | Current hour in 12h format | -| `{ha_verion}` | `0.117.5`| Home assistant Version | +| `{ha_version}` | `0.117.5`| Home assistant Version | | `{type}` | `Manual` | Backup type, value can be `Manual` or `Auto` | -| `{type_low}` | `manual` | Same as `{type}` but value is lowercase | \ No newline at end of file +| `{type_low}` | `manual` | Same as `{type}` but value is lowercase |