From 7a3bd72f998dcf97e0771e938c907116f2e587e8 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 2 Apr 2024 22:09:47 +0200 Subject: [PATCH 1/3] Add labels redirect, rename areas --- public/badges/areas.svg | 2 +- public/badges/labels.svg | 1 + redirect.json | 21 ++++++++++++++------- 3 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 public/badges/labels.svg diff --git a/public/badges/areas.svg b/public/badges/areas.svg index 1dd23ae..87c095e 100644 --- a/public/badges/areas.svg +++ b/public/badges/areas.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/public/badges/labels.svg b/public/badges/labels.svg new file mode 100644 index 0000000..e3b4174 --- /dev/null +++ b/public/badges/labels.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/redirect.json b/redirect.json index 39ee0e3..4a566e7 100644 --- a/redirect.json +++ b/redirect.json @@ -86,13 +86,6 @@ "description": "manage your analytics preferences", "introduced": "2022.5" }, - { - "redirect": "areas", - "name": "Areas", - "badge": "Show areas of", - "description": "show your areas", - "introduced": "2021.3" - }, { "redirect": "automations", "badge": "Show automations of", @@ -253,6 +246,13 @@ "description": "show your entities", "introduced": "2021.3" }, + { + "redirect": "areas", + "name": "Floors & areas", + "badge": "Show floors and areas of", + "description": "show your floors and areas", + "introduced": "2021.3" + }, { "redirect": "general", "name": "General settings", @@ -354,6 +354,13 @@ "description": "show your integrations", "introduced": "2021.3" }, + { + "redirect": "labels", + "name": "Labels", + "badge": "Show labels of", + "description": "show your labels panel", + "introduced": "2024.5" + }, { "redirect": "logbook", "name": "Logbook", From a16d8d2c8633c26fd39b2c84259c3df98aaccfbb Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 2 Apr 2024 22:15:36 +0200 Subject: [PATCH 2/3] Update redirect.json --- redirect.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redirect.json b/redirect.json index 4a566e7..77a8a17 100644 --- a/redirect.json +++ b/redirect.json @@ -358,7 +358,7 @@ "redirect": "labels", "name": "Labels", "badge": "Show labels of", - "description": "show your labels panel", + "description": "show your labels", "introduced": "2024.5" }, { From 32238b64e460bc656964f1b66693a4a953ea9092 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 2 Apr 2024 22:16:45 +0200 Subject: [PATCH 3/3] Update redirect.json --- redirect.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redirect.json b/redirect.json index 77a8a17..a237a7e 100644 --- a/redirect.json +++ b/redirect.json @@ -359,7 +359,7 @@ "name": "Labels", "badge": "Show labels of", "description": "show your labels", - "introduced": "2024.5" + "introduced": "2024.4" }, { "redirect": "logbook",