From 60a14ba1e66d86b80179c480d4a6950f0f954828 Mon Sep 17 00:00:00 2001 From: kuchel77 <52343790+kuchel77@users.noreply.github.com> Date: Sun, 24 Nov 2019 01:23:00 +1100 Subject: [PATCH] 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". * :pencil2: Tweak Co-authored-by: Klaas Schoute --- source/_integrations/fan.mqtt.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/fan.mqtt.markdown b/source/_integrations/fan.mqtt.markdown index 4cac0826660..c5af29e3dab 100644 --- a/source/_integrations/fan.mqtt.markdown +++ b/source/_integrations/fan.mqtt.markdown @@ -180,11 +180,11 @@ device: type: string {% endconfiguration %} - +
Make sure that your topics match exactly. `some-topic/` and `some-topic` are different topics. - +
## Examples @@ -214,6 +214,7 @@ fan: payload_medium_speed: "medium" payload_high_speed: "high" speeds: + - "off" - low - medium - high