mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
schema:
|
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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: legacy
|
default: legacy
|
||||||
@ -171,7 +171,7 @@ set_fan_speed_topic:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
supported_features:
|
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
|
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`"
|
||||||
@ -370,7 +370,7 @@ retain:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
schema:
|
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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: legacy
|
default: legacy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user