From 02e6459635dfb3c6f922d499e4222a511f6675c7 Mon Sep 17 00:00:00 2001 From: Chris Vick Date: Thu, 24 Oct 2019 01:27:13 -0700 Subject: [PATCH] Update vacuum.mqtt.markdown (#10968) Various spelling and grammar corrections --- source/_integrations/vacuum.mqtt.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/vacuum.mqtt.markdown b/source/_integrations/vacuum.mqtt.markdown index d228675b739..8125ff62f41 100644 --- a/source/_integrations/vacuum.mqtt.markdown +++ b/source/_integrations/vacuum.mqtt.markdown @@ -8,9 +8,9 @@ ha_release: 0.54 --- The `mqtt` vacuum integration allows you to control your MQTT-enabled vacuum. -There are 2 possible message schemas - `legacy` and `state`. -New installation should use `state` schema as `legacy` is deprecated and might be removed someday in the future. -`state` schema is preferred because the vacuum will then be represented as a `StateVacuumDevice` which is preferred parent vacuum entity. +There are two possible message schemas - `legacy` and `state`. +New installations should use the `state` schema as `legacy` is deprecated and might be removed someday in the future. +The `state` schema is preferred because the vacuum will then be represented as a `StateVacuumDevice` which is the preferred parent vacuum entity. This documentation has 3 sections. Config for `legacy` vacuum with examples, config for `state` vacuum with examples and shared section with examples which are the same for both schemas. @@ -523,7 +523,7 @@ MQTT topic: `vacuum/send_command` This integration is supported by the cloud-free Xiaomi Vacuum Webinterface [Valetudo](https://github.com/Hypfer/Valetudo). -### Retrofitting a non-wifi vacuums +### Retrofitting non-wifi vacuums - Retrofitting your old Roomba with an ESP8266. [This repo](https://github.com/johnboiles/esp-roomba-mqtt) provides MQTT client firmware. -- In you own a non-wifi Neato, you can refer to [this repo](https://github.com/jeroenterheerdt/neato-serial) that uses a Raspberry Pi to retrofit an old Neato. +- If you own a non-wifi Neato, you can refer to [this repo](https://github.com/jeroenterheerdt/neato-serial) that uses a Raspberry Pi to retrofit an old Neato.