Skip to content

Commit 1abe7da

Browse files
authored
Minimizing of the configuration sample (home-assistant#1016)
1 parent ce12069 commit 1abe7da

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

source/_components/fan.mqtt.markdown

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,7 @@ To enable MQTT fans in your installation, add the following to your `configurati
2727
# Example configuration.yml entry
2828
fan:
2929
platform: mqtt
30-
name: Living room
31-
state_topic: "home/living-room/fan"
3230
command_topic: "home/living-room/fan/set"
33-
payload_on: "ON"
34-
payload_off: "OFF"
35-
optimistic: false
36-
qos: 0
37-
retain: true
38-
value_template: '{% raw %}{{ value.x }}{% endraw %}'
3931
```
4032
4133
Configuration variables:

0 commit comments

Comments
 (0)