From 056fa9d912d8fdac9dfa891b047852c7e378ab9b Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Tue, 22 Aug 2023 22:40:04 +0200 Subject: [PATCH] Remove depecated aux_heat options for MQTT climate (#28634) --- source/_integrations/climate.mqtt.markdown | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/source/_integrations/climate.mqtt.markdown b/source/_integrations/climate.mqtt.markdown index da94fe099de..c5afdd7b057 100644 --- a/source/_integrations/climate.mqtt.markdown +++ b/source/_integrations/climate.mqtt.markdown @@ -35,18 +35,6 @@ action_topic: Valid values: `off`, `heating`, `cooling`, `drying`, `idle`, `fan`. required: false type: string -aux_command_topic: - description: The MQTT topic to publish commands to switch auxiliary heat. - required: false - type: string -aux_state_template: - description: A template to render the value received on the `aux_state_topic` with. - required: false - type: template -aux_state_topic: - description: The MQTT topic to subscribe for changes of the auxiliary heat mode. If this is not set, the auxiliary heat mode works in optimistic mode (see below). - required: false - type: string availability: description: A list of MQTT topics subscribed to receive availability (online/offline) updates. Must not be used together with `availability_topic`. required: false