From fdcc73c6ccdf85fdd3f56db3e1a0ecaff00652a5 Mon Sep 17 00:00:00 2001 From: c727 Date: Sun, 31 Dec 2017 12:38:47 +0100 Subject: [PATCH] Change all keys for "Open"/"Closed" to cover-keys (#773) --- src/translations/en.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 40dec286ca..6f95abc74c 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -92,12 +92,12 @@ "on": "Connected" }, "door": { - "off": "[%key:state::binary_sensor::opening::off%]", - "on": "[%key:state::binary_sensor::opening::on%]" + "off": "[%key:state::cover::closed%]", + "on": "[%key:state::cover::open%]" }, "garage_door": { - "off": "[%key:state::binary_sensor::opening::off%]", - "on": "[%key:state::binary_sensor::opening::on%]" + "off": "[%key:state::cover::closed%]", + "on": "[%key:state::cover::open%]" }, "gas": { "off": "Clear", @@ -120,8 +120,8 @@ "on": "[%key:state::binary_sensor::gas::on%]" }, "opening": { - "off": "Closed", - "on": "Open" + "off": "[%key:state::cover::closed%]", + "on": "[%key:state::cover::open%]" }, "presence": { "off": "[%key:state::device_tracker::not_home%]", @@ -148,8 +148,8 @@ "on": "[%key:state::binary_sensor::gas::on%]" }, "window": { - "off": "[%key:state::binary_sensor::opening::off%]", - "on": "[%key:state::binary_sensor::opening::on%]" + "off": "[%key:state::cover::closed%]", + "on": "[%key:state::cover::open%]" } }, "calendar": {