From 12a9ba640544c222e96b9db9fa3a446a4b94936b Mon Sep 17 00:00:00 2001 From: Michael Bisbjerg Date: Sun, 12 Jul 2020 14:26:54 +0200 Subject: [PATCH] Add missing `unique_id` part to Vacuum.MQTT docs (#13912) --- source/_integrations/vacuum.mqtt.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/vacuum.mqtt.markdown b/source/_integrations/vacuum.mqtt.markdown index d3620022c98..71ceb98182e 100644 --- a/source/_integrations/vacuum.mqtt.markdown +++ b/source/_integrations/vacuum.mqtt.markdown @@ -175,6 +175,10 @@ supported_features: required: false type: [string, list] default: "`turn_on`, `turn_off`, `stop`, `return_home`, `status`, `battery`, `clean_spot`" +unique_id: + description: An ID that uniquely identifies this vacuum. If two vacuums have the same unique ID, Home Assistant will raise an exception. + required: false + type: string {% endconfiguration %} ### Legacy configuration example @@ -391,6 +395,10 @@ supported_features: required: false type: [string, list] default: "`start`, `stop`, `return_home`, `status`, `battery`, `clean_spot`" +unique_id: + description: An ID that uniquely identifies this vacuum. If two vacuums have the same unique ID, Home Assistant will raise an exception. + required: false + type: string {% endconfiguration %} ### State configuration example