Improve MQTT fan percentage state and command topic description (#42019)

This commit is contained in:
Jan Bouwhuis 2025-11-29 09:47:42 +01:00 committed by GitHub
parent 875295fbc2
commit c6b6672248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -249,11 +249,11 @@ percentage_command_template:
required: false required: false
type: template type: template
percentage_command_topic: 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 required: false
type: string type: string
percentage_state_topic: 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 required: false
type: string type: string
percentage_value_template: percentage_value_template: