mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Fix incomplete quotations in Vacuum.MQTT docs (#13911)
This commit is contained in:
parent
2309dc4410
commit
84d7563274
@ -158,7 +158,7 @@ retain:
|
||||
type: boolean
|
||||
default: false
|
||||
schema:
|
||||
description: The schema to use. Must be `legacy` or omitted to select the legacy schema".
|
||||
description: The schema to use. Must be `legacy` or omitted to select the legacy schema.
|
||||
required: false
|
||||
type: string
|
||||
default: legacy
|
||||
@ -171,7 +171,7 @@ set_fan_speed_topic:
|
||||
required: false
|
||||
type: string
|
||||
supported_features:
|
||||
description: List of features that the vacuum supports (possible values are `turn_on`, `turn_off`, `pause`, `stop`, `return_home`, `battery`, `status`, `locate`, `clean_spot`, `fan_speed`, `send_command`)."
|
||||
description: List of features that the vacuum supports (possible values are `turn_on`, `turn_off`, `pause`, `stop`, `return_home`, `battery`, `status`, `locate`, `clean_spot`, `fan_speed`, `send_command`).
|
||||
required: false
|
||||
type: [string, list]
|
||||
default: "`turn_on`, `turn_off`, `stop`, `return_home`, `status`, `battery`, `clean_spot`"
|
||||
@ -370,7 +370,7 @@ retain:
|
||||
type: boolean
|
||||
default: false
|
||||
schema:
|
||||
description: The schema to use. Must be `state` to select the state schema".
|
||||
description: The schema to use. Must be `state` to select the state schema.
|
||||
required: false
|
||||
type: string
|
||||
default: legacy
|
||||
|
Loading…
x
Reference in New Issue
Block a user