From 995c4d8ac1589138a143810405353493c38d95a2 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 23 Jul 2023 14:20:57 +0200 Subject: [PATCH] Add missing translations for power binary sensor device class (#97084) --- homeassistant/components/binary_sensor/strings.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/homeassistant/components/binary_sensor/strings.json b/homeassistant/components/binary_sensor/strings.json index 185482d62e3..b86c013f104 100644 --- a/homeassistant/components/binary_sensor/strings.json +++ b/homeassistant/components/binary_sensor/strings.json @@ -237,6 +237,13 @@ "on": "Plugged in" } }, + "power": { + "name": "Power", + "state": { + "off": "[%key:component::binary_sensor::entity_component::gas::state::off%]", + "on": "[%key:component::binary_sensor::entity_component::gas::state::on%]" + } + }, "presence": { "name": "Presence", "state": {