diff --git a/source/_integrations/vacuum.mqtt.markdown b/source/_integrations/vacuum.mqtt.markdown index a1fab2b94bb..d3620022c98 100644 --- a/source/_integrations/vacuum.mqtt.markdown +++ b/source/_integrations/vacuum.mqtt.markdown @@ -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