From 1ad776685abcf675ff9f1b6d35536b0885036030 Mon Sep 17 00:00:00 2001 From: Walter Huf Date: Mon, 25 Sep 2017 14:32:22 -0700 Subject: [PATCH] Adds MQTT Fans to the MQTT Discovery docs (#3386) --- source/_docs/mqtt/discovery.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/mqtt/discovery.markdown b/source/_docs/mqtt/discovery.markdown index 38be23ffab0..ff385b5a1b0 100644 --- a/source/_docs/mqtt/discovery.markdown +++ b/source/_docs/mqtt/discovery.markdown @@ -16,6 +16,7 @@ The discovery of MQTT devices will enable one to use MQTT devices with only mini Supported by MQTT discovery: - [Binary sensors](/components/binary_sensor.mqtt/) +- [Fans](/components/fan.mqtt/) - [Lights](/components/light.mqtt/) - [Sensors](/components/sensor.mqtt/) - [Switches](/components/switch.mqtt/)