From 70036a273d35b39f7cbd7b212e07784d66002e1d Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sun, 30 Sep 2018 09:12:16 +0200 Subject: [PATCH] Add unique_id to MQTT fan (#6372) * Add unique_id to MQTT fan * Fix YAML spacing --- source/_components/fan.mqtt.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/fan.mqtt.markdown b/source/_components/fan.mqtt.markdown index 45fa55d41bc..1e988b474f1 100644 --- a/source/_components/fan.mqtt.markdown +++ b/source/_components/fan.mqtt.markdown @@ -142,6 +142,10 @@ payload_not_available: required: false type: string default: offline +unique_id: + description: An ID that uniquely identifies this fan. If two fans have the same unique ID, Home Assistant will raise an exception. + required: false + type: string {% endconfiguration %}