mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
Improve MQTT fan percentage state and command topic description (#42019)
This commit is contained in:
parent
875295fbc2
commit
c6b6672248
@ -249,11 +249,11 @@ percentage_command_template:
|
||||
required: false
|
||||
type: template
|
||||
percentage_command_topic:
|
||||
description: The MQTT topic to publish commands to change the fan speed state based on a percentage.
|
||||
description: The MQTT topic to publish commands to change the fan speed state based on a percentage setting. The value shall be in the range from `speed_range_min` to `speed_range_max`.
|
||||
required: false
|
||||
type: string
|
||||
percentage_state_topic:
|
||||
description: The MQTT topic subscribed to receive fan speed based on percentage.
|
||||
description: The MQTT topic subscribed to receive fan speed state. This is a value in the range from `speed_range_min` to `speed_range_max`.
|
||||
required: false
|
||||
type: string
|
||||
percentage_value_template:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user