From 49a0f5d46d8c196aaa66def077201e27ca4796d2 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sun, 30 Sep 2018 08:57:47 +0200 Subject: [PATCH] Add unique_id to MQTT cover (#6373) --- source/_components/cover.mqtt.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/cover.mqtt.markdown b/source/_components/cover.mqtt.markdown index 81358f87762..0690125f5ed 100644 --- a/source/_components/cover.mqtt.markdown +++ b/source/_components/cover.mqtt.markdown @@ -155,6 +155,10 @@ tilt_invert_state: required: false type: boolean default: false +unique_id: + description: An ID that uniquely identifies this cover. If two covers have the same unique ID, Home Assistant will raise an exception. + required: false + type: string {% endconfiguration %} ## {% linkable_title Examples %}