mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Mqtt Fan example remove speed keyword from examples in preset_mode topics (#17808)
This commit is contained in:
parent
ec6979ac64
commit
d586ad6fab
@ -266,8 +266,8 @@ fan:
|
||||
oscillation_command_topic: "bedroom_fan/oscillation/set"
|
||||
percentage_state_topic: "bedroom_fan/speed/percentage_state"
|
||||
percentage_command_topic: "bedroom_fan/speed/percentage"
|
||||
preset_mode_state_topic: "bedroom_fan/speed/preset_mode_state"
|
||||
preset_mode_command_topic: "bedroom_fan/speed/preset_mode"
|
||||
preset_mode_state_topic: "bedroom_fan/preset/preset_mode_state"
|
||||
preset_mode_command_topic: "bedroom_fan/preset/preset_mode"
|
||||
preset_modes:
|
||||
- "auto"
|
||||
- "smart"
|
||||
@ -299,7 +299,7 @@ fan:
|
||||
oscillation_command_template: "{ oscillation: '{{ value }}'}"
|
||||
percentage_command_topic: "bedroom_fan/speed/percentage"
|
||||
percentage_command_template: "{ percentage: '{{ value }}'}"
|
||||
preset_mode_command_topic: "bedroom_fan/speed/preset_mode"
|
||||
preset_mode_command_topic: "bedroom_fan/preset/preset_mode"
|
||||
preset_mode_command_template: "{ preset_mode: '{{ value }}'}"
|
||||
preset_modes:
|
||||
- "auto"
|
||||
|
Loading…
x
Reference in New Issue
Block a user