From 545a34a8490ff824dc97440c88b64c2534c3d772 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Tue, 13 Feb 2024 09:16:11 +0100 Subject: [PATCH] Remove power_state_template from mqtt climate value template list (#110452) --- homeassistant/components/mqtt/climate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/mqtt/climate.py b/homeassistant/components/mqtt/climate.py index 6911a5ee3e8..4e85163767c 100644 --- a/homeassistant/components/mqtt/climate.py +++ b/homeassistant/components/mqtt/climate.py @@ -174,7 +174,6 @@ VALUE_TEMPLATE_KEYS = ( CONF_FAN_MODE_STATE_TEMPLATE, CONF_HUMIDITY_STATE_TEMPLATE, CONF_MODE_STATE_TEMPLATE, - CONF_POWER_STATE_TEMPLATE, CONF_ACTION_TEMPLATE, CONF_PRESET_MODE_VALUE_TEMPLATE, CONF_SWING_MODE_STATE_TEMPLATE,