From f2119f6a051cc10ac5eaa72f1ae44c0a0a37cd47 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Fri, 18 Feb 2022 23:53:34 +0100 Subject: [PATCH] MQTT climate Remove deprecated `send_if_off` config item (#21548) --- source/_integrations/climate.mqtt.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_integrations/climate.mqtt.markdown b/source/_integrations/climate.mqtt.markdown index e33f0027eab..44774daf73f 100644 --- a/source/_integrations/climate.mqtt.markdown +++ b/source/_integrations/climate.mqtt.markdown @@ -290,11 +290,6 @@ retain: required: false type: boolean default: false -send_if_off: - description: "Set to `false` to suppress sending of all MQTT messages when the current mode is `Off`." - required: false - type: boolean - default: true swing_mode_command_template: description: A template to render the value sent to the `swing_mode_command_topic` with. required: false