Skip to content

Commit

Permalink
Update climate.mqtt.markdown
Browse files Browse the repository at this point in the history
sorted alphabetically
  • Loading branch information
mamrai1 authored Feb 26, 2025
1 parent 022444f commit da23a83
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions source/_integrations/climate.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -311,27 +311,6 @@ retain:
required: false
type: boolean
default: false
swing_mode_command_template:
description: A template to render the value sent to the `swing_mode_command_topic` with.
required: false
type: template
swing_mode_command_topic:
description: The MQTT topic to publish commands to change the swing mode.
required: false
type: string
swing_mode_state_template:
description: A template to render the value received on the `swing_mode_state_topic` with.
required: false
type: template
swing_mode_state_topic:
description: The MQTT topic to subscribe for changes of the HVAC swing mode. If this is not set, the swing mode works in optimistic mode (see below).
required: false
type: string
swing_modes:
description: A list of supported swing modes.
required: false
default: ['on', 'off']
type: list
swing_horizontal_mode_command_template:
description: A template to render the value sent to the `swing_horizontal_mode_command_topic` with.
required: false
Expand All @@ -352,6 +331,27 @@ swing_horizontal_modes:
description: A list of supported swing horizontal modes.
required: false
default: ['on', 'off']
type: list
swing_mode_command_template:
description: A template to render the value sent to the `swing_mode_command_topic` with.
required: false
type: template
swing_mode_command_topic:
description: The MQTT topic to publish commands to change the swing mode.
required: false
type: string
swing_mode_state_template:
description: A template to render the value received on the `swing_mode_state_topic` with.
required: false
type: template
swing_mode_state_topic:
description: The MQTT topic to subscribe for changes of the HVAC swing mode. If this is not set, the swing mode works in optimistic mode (see below).
required: false
type: string
swing_modes:
description: A list of supported swing modes.
required: false
default: ['on', 'off']
type: list
target_humidity_command_template:
description: Defines a [template](/docs/configuration/templating/#using-templates-with-the-mqtt-integration) to generate the payload to send to `target_humidity_command_topic`.
Expand Down Expand Up @@ -482,10 +482,10 @@ mqtt:
- "off"
- "cool"
- "fan_only"
swing_modes:
swing_horizontal_modes:
- "on"
- "off"
swing_horizontal_modes:
swing_modes:
- "on"
- "off"
fan_modes:
Expand All @@ -502,8 +502,8 @@ mqtt:
mode_command_template: "{{ value if value=="off" else "on" }}"
temperature_command_topic: "study/ac/temperature/set"
fan_mode_command_topic: "study/ac/fan/set"
swing_mode_command_topic: "study/ac/swing/set"
swing_horizontal_mode_command_topic: "study/ac/swingH/set"
swing_mode_command_topic: "study/ac/swing/set"
precision: 1.0
```

Expand Down

0 comments on commit da23a83

Please sign in to comment.