From bfe39da7c3b4af99fffbba0b2f10e35891aa6df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Mon, 17 Apr 2017 08:12:20 +0200 Subject: [PATCH] Update fan.mqtt.markdown (#2434) --- source/_components/fan.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/fan.mqtt.markdown b/source/_components/fan.mqtt.markdown index 8f3532bb674..1b9db89aacd 100644 --- a/source/_components/fan.mqtt.markdown +++ b/source/_components/fan.mqtt.markdown @@ -53,7 +53,7 @@ Configuration variables: - **payload_medium_speed** (*Optional*): The payload that represents the fan's medium speed. - **payload_high_speed** (*Optional*): The payload that represents the fan's high speed. - **speed_value_template** (*Optional*): Defines a [template](/topics/templating/) to extract a value from the speed payload. -- **speeds** array (*Optional*): Valid entries for the list are `off`, `low`, `med`, and `high`. +- **speeds** array (*Optional*): Valid entries for the list are `off`, `low`, `medium`, and `high`.

Make sure that your topic is an exact match. `some-topic/` and `some-topic` are different topics.