mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add missing unique_id
part to Vacuum.MQTT docs (#13912)
This commit is contained in:
parent
1a111cd66d
commit
12a9ba6405
@ -175,6 +175,10 @@ supported_features:
|
|||||||
required: false
|
required: false
|
||||||
type: [string, list]
|
type: [string, list]
|
||||||
default: "`turn_on`, `turn_off`, `stop`, `return_home`, `status`, `battery`, `clean_spot`"
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### Legacy configuration example
|
### Legacy configuration example
|
||||||
@ -391,6 +395,10 @@ supported_features:
|
|||||||
required: false
|
required: false
|
||||||
type: [string, list]
|
type: [string, list]
|
||||||
default: "`start`, `stop`, `return_home`, `status`, `battery`, `clean_spot`"
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### State configuration example
|
### State configuration example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user