Update fan.mqtt.markdown (#11260)

* Update fan.mqtt.markdown

Update of the documentation. Based on https://github.com/home-assistant/home-assistant/issues/28804 

Otherwise homekit for instance will crash if you don't have "off".

* ✏️ Tweak


Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
This commit is contained in:
kuchel77 2019-11-24 01:23:00 +11:00 committed by Franck Nijhof
parent f53cda12f7
commit 60a14ba1e6

View File

@ -180,11 +180,11 @@ device:
type: string
{% endconfiguration %}
<dkv class='note warning'>
<div class='note warning'>
Make sure that your topics match exactly. `some-topic/` and `some-topic` are different topics.
</dkv>
</div>
## Examples
@ -214,6 +214,7 @@ fan:
payload_medium_speed: "medium"
payload_high_speed: "high"
speeds:
- "off"
- low
- medium
- high