diff --git a/source/_components/fan.mqtt.markdown b/source/_components/fan.mqtt.markdown index b03d00bccbd8..2ddbbfc5db24 100644 --- a/source/_components/fan.mqtt.markdown +++ b/source/_components/fan.mqtt.markdown @@ -27,15 +27,7 @@ To enable MQTT fans in your installation, add the following to your `configurati # Example configuration.yml entry fan: platform: mqtt - name: Living room - state_topic: "home/living-room/fan" command_topic: "home/living-room/fan/set" - payload_on: "ON" - payload_off: "OFF" - optimistic: false - qos: 0 - retain: true - value_template: '{% raw %}{{ value.x }}{% endraw %}' ``` Configuration variables: