From 390c046537dba002c3498321114c9c46ab38a784 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 1 Sep 2023 17:14:42 +0200 Subject: [PATCH] Fix template helper strings (#99456) --- homeassistant/components/template/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/template/strings.json b/homeassistant/components/template/strings.json index 482682d0ce1..7e5e56a26d6 100644 --- a/homeassistant/components/template/strings.json +++ b/homeassistant/components/template/strings.json @@ -5,7 +5,7 @@ "data": { "device_class": "[%key:component::template::config::step::sensor::data::device_class%]", "name": "[%key:common::config_flow::data::name%]", - "state_template": "[%key:component::template::config::step::sensor::data::state_template%]" + "state": "[%key:component::template::config::step::sensor::data::state%]" }, "title": "Template binary sensor" }, @@ -14,7 +14,7 @@ "device_class": "Device class", "name": "[%key:common::config_flow::data::name%]", "state_class": "[%key:component::sensor::entity_component::_::state_attributes::state_class::name%]", - "state_template": "State template", + "state": "State template", "unit_of_measurement": "Unit of measurement" }, "title": "Template sensor" @@ -34,7 +34,7 @@ "binary_sensor": { "data": { "device_class": "[%key:component::template::config::step::sensor::data::device_class%]", - "state_template": "[%key:component::template::config::step::sensor::data::state_template%]" + "state": "[%key:component::template::config::step::sensor::data::state%]" }, "title": "[%key:component::template::config::step::binary_sensor::title%]" }, @@ -42,7 +42,7 @@ "data": { "device_class": "[%key:component::template::config::step::sensor::data::device_class%]", "state_class": "[%key:component::template::config::step::sensor::data::state_class%]", - "state_template": "[%key:component::template::config::step::sensor::data::state_template%]", + "state": "[%key:component::template::config::step::sensor::data::state%]", "unit_of_measurement": "[%key:component::template::config::step::sensor::data::unit_of_measurement%]" }, "title": "[%key:component::template::config::step::sensor::title%]"