From 5b600e54ab6d5bd9e44991dc95670399e15d078a Mon Sep 17 00:00:00 2001 From: Geno Roupsky Date: Sun, 17 Nov 2024 14:29:32 +0200 Subject: [PATCH] remove power_state_topic from climate config --- config/home-assistant/configuration/mqtt/climate.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/home-assistant/configuration/mqtt/climate.yaml b/config/home-assistant/configuration/mqtt/climate.yaml index 73a0d5c4..e250ee57 100644 --- a/config/home-assistant/configuration/mqtt/climate.yaml +++ b/config/home-assistant/configuration/mqtt/climate.yaml @@ -3,7 +3,7 @@ fan_mode_state_topic: /modbus/monitoring/thermostat-martin/reading json_attributes_topic: /modbus/monitoring/thermostat-martin/reading mode_state_topic: /modbus/monitoring/thermostat-martin/reading - power_state_topic: /modbus/monitoring/thermostat-martin/reading +# power_state_topic: /modbus/monitoring/thermostat-martin/reading temperature_state_topic: /modbus/monitoring/thermostat-martin/reading fan_mode_command_topic: /modbus/monitoring/thermostat-martin/write mode_command_topic: /modbus/monitoring/thermostat-martin/write @@ -46,7 +46,7 @@ {% elif value_json.power == 'off' %} off {% endif %} - power_state_template: "{{ value_json.power }}" +# power_state_template: "{{ value_json.power }}" temperature_state_template: "{{ value_json.targetTemp }}" - name: Gergana @@ -54,7 +54,7 @@ fan_mode_state_topic: /modbus/monitoring/thermostat-gergana/reading json_attributes_topic: /modbus/monitoring/thermostat-gergana/reading mode_state_topic: /modbus/monitoring/thermostat-gergana/reading - power_state_topic: /modbus/monitoring/thermostat-gergana/reading +# power_state_topic: /modbus/monitoring/thermostat-gergana/reading temperature_state_topic: /modbus/monitoring/thermostat-gergana/reading fan_mode_command_topic: /modbus/monitoring/thermostat-gergana/write mode_command_topic: /modbus/monitoring/thermostat-gergana/write @@ -66,7 +66,7 @@ fan_mode_state_topic: /modbus/monitoring/thermostat-boris/reading json_attributes_topic: /modbus/monitoring/thermostat-boris/reading mode_state_topic: /modbus/monitoring/thermostat-boris/reading - power_state_topic: /modbus/monitoring/thermostat-boris/reading +# power_state_topic: /modbus/monitoring/thermostat-boris/reading temperature_state_topic: /modbus/monitoring/thermostat-boris/reading fan_mode_command_topic: /modbus/monitoring/thermostat-boris/write mode_command_topic: /modbus/monitoring/thermostat-boris/write @@ -78,7 +78,7 @@ fan_mode_state_topic: /modbus/monitoring/thermostat-bedroom/reading json_attributes_topic: /modbus/monitoring/thermostat-bedroom/reading mode_state_topic: /modbus/monitoring/thermostat-bedroom/reading - power_state_topic: /modbus/monitoring/thermostat-bedroom/reading +# power_state_topic: /modbus/monitoring/thermostat-bedroom/reading temperature_state_topic: /modbus/monitoring/thermostat-bedroom/reading fan_mode_command_topic: /modbus/monitoring/thermostat-bedroom/write mode_command_topic: /modbus/monitoring/thermostat-bedroom/write