From 722463c8fab13c5f8e314ef5f85fe7a30f3a68bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Tue, 27 Feb 2024 08:22:30 +0100 Subject: [PATCH] Update fan.mqtt.markdown (#31603) Remove duplicate oscillation_command_topic. --- source/_integrations/fan.mqtt.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_integrations/fan.mqtt.markdown b/source/_integrations/fan.mqtt.markdown index 18484c3b208..e6a84090b2c 100644 --- a/source/_integrations/fan.mqtt.markdown +++ b/source/_integrations/fan.mqtt.markdown @@ -328,7 +328,6 @@ mqtt: command_topic: "bedroom_fan/on/set" direction_state_topic: "bedroom_fan/direction/state" direction_command_topic: "bedroom_fan/direction/set" - oscillation_command_topic: "bedroom_fan/oscillation/set" oscillation_state_topic: "bedroom_fan/oscillation/state" oscillation_command_topic: "bedroom_fan/oscillation/set" percentage_state_topic: "bedroom_fan/speed/percentage_state"