Fix incomplete quotations in Vacuum.MQTT docs (#13911)

This commit is contained in:
Michael Bisbjerg 2020-07-05 17:13:41 +02:00 committed by GitHub
parent 2309dc4410
commit 84d7563274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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