MQTT climate Remove deprecated send_if_off config item (#21548)

This commit is contained in:
Jan Bouwhuis 2022-02-18 23:53:34 +01:00 committed by GitHub
parent 48cbb3758c
commit f2119f6a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,11 +290,6 @@ retain:
required: false required: false
type: boolean type: boolean
default: false 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: swing_mode_command_template:
description: A template to render the value sent to the `swing_mode_command_topic` with. description: A template to render the value sent to the `swing_mode_command_topic` with.
required: false required: false