From 054a090d379a8071a42d925cf2301cb7fbc2842c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 30 Sep 2016 11:35:33 +0200 Subject: [PATCH] Minimizing of the configuration sample --- source/_components/fan.mqtt.markdown | 8 -------- 1 file changed, 8 deletions(-) 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: