From 2ba82a83cba257d7515aa57d9abcf44889151b16 Mon Sep 17 00:00:00 2001 From: Robin Madsen Date: Sat, 28 Dec 2024 02:19:14 +0100 Subject: [PATCH] Removed active from bypass_active string --- custom_components/genvex_connect/strings.json | 2 +- custom_components/genvex_connect/translations/da.json | 2 +- custom_components/genvex_connect/translations/en.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/genvex_connect/strings.json b/custom_components/genvex_connect/strings.json index 50f0339..b28712d 100644 --- a/custom_components/genvex_connect/strings.json +++ b/custom_components/genvex_connect/strings.json @@ -43,7 +43,7 @@ }, "binary_sensor": { "bypass_active": { - "name": "Bypass active" + "name": "Bypass" }, "summer_mode": { "name": "Summer mode" diff --git a/custom_components/genvex_connect/translations/da.json b/custom_components/genvex_connect/translations/da.json index 0be1e47..6040acd 100644 --- a/custom_components/genvex_connect/translations/da.json +++ b/custom_components/genvex_connect/translations/da.json @@ -43,7 +43,7 @@ }, "binary_sensor": { "bypass_active": { - "name": "Bypass aktiv" + "name": "Bypass" }, "summer_mode": { "name": "Sommer tilstand" diff --git a/custom_components/genvex_connect/translations/en.json b/custom_components/genvex_connect/translations/en.json index a59a143..c4f1a99 100644 --- a/custom_components/genvex_connect/translations/en.json +++ b/custom_components/genvex_connect/translations/en.json @@ -43,7 +43,7 @@ }, "binary_sensor": { "bypass_active": { - "name": "Bypass active" + "name": "Bypass" }, "summer_mode": { "name": "Summer mode"