From 2706c65203a48d3e62d2f14570733fa3b145d6c5 Mon Sep 17 00:00:00 2001 From: jbouwh Date: Fri, 28 Nov 2025 22:26:44 +0000 Subject: [PATCH] Improve MQTT fan percentage state and command topic description --- source/_integrations/fan.mqtt.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/fan.mqtt.markdown b/source/_integrations/fan.mqtt.markdown index 3ddc7d8df21f..c5e53238ec55 100644 --- a/source/_integrations/fan.mqtt.markdown +++ b/source/_integrations/fan.mqtt.markdown @@ -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: