mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user