From cbdbe39fc9602ae71f0c3b3db84a46e2d417f456 Mon Sep 17 00:00:00 2001 From: Thomas55555 <59625598+Thomas55555@users.noreply.github.com> Date: Mon, 5 Jun 2023 15:54:34 +0000 Subject: [PATCH] add translation for map --- custom_components/husqvarna_automower/strings.json | 9 ++++++++- .../husqvarna_automower/translations/en.json | 11 +++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/custom_components/husqvarna_automower/strings.json b/custom_components/husqvarna_automower/strings.json index b6e70a3..7b16067 100644 --- a/custom_components/husqvarna_automower/strings.json +++ b/custom_components/husqvarna_automower/strings.json @@ -79,7 +79,14 @@ "camera": { "quirk": { "state": { - "cleaning": "Mowing" + "cleaning": "Mowing", + "docked": "Docked", + "error": "Error", + "idle": "[%key:common::state::idle%]", + "off": "[%key:common::state::off%]", + "on": "[%key:common::state::on%]", + "paused": "[%key:common::state::paused%]", + "returning": "Returning to dock" } } } diff --git a/custom_components/husqvarna_automower/translations/en.json b/custom_components/husqvarna_automower/translations/en.json index 3aed538..3f5e6a5 100644 --- a/custom_components/husqvarna_automower/translations/en.json +++ b/custom_components/husqvarna_automower/translations/en.json @@ -81,8 +81,15 @@ "camera": { "quirk": { "state": { - "cleaning": "Mowing" - } + "cleaning": "Mowing", + "docked": "Docked", + "error": "Error", + "idle": "[%key:common::state::idle%]", + "off": "[%key:common::state::off%]", + "on": "[%key:common::state::on%]", + "paused": "[%key:common::state::paused%]", + "returning": "Returning to dock" + } } } },