From fa5f47127c86773ff49567fc116b9b8385c5c789 Mon Sep 17 00:00:00 2001 From: Joram <10565565+JoramQ@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:37:43 +0200 Subject: [PATCH] Fix state name for binary_sensor Power from clear/detected to on/off (#116994) Fixed state name for binary_sensor Power from clear/detected to on/off --- homeassistant/components/binary_sensor/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/binary_sensor/strings.json b/homeassistant/components/binary_sensor/strings.json index 162cf139a1d..b86a6374f28 100644 --- a/homeassistant/components/binary_sensor/strings.json +++ b/homeassistant/components/binary_sensor/strings.json @@ -243,8 +243,8 @@ "power": { "name": "Power", "state": { - "off": "[%key:component::binary_sensor::entity_component::gas::state::off%]", - "on": "[%key:component::binary_sensor::entity_component::gas::state::on%]" + "off": "[%key:common::state::off%]", + "on": "[%key:common::state::on%]" } }, "presence": {