diff --git a/README.md b/README.md index 6db6783..a981614 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,9 @@ ecovacs: password: country: continent: - bumper: true/false (optional, defaults false) - bumper_server: (optional, defaults null) - verify_ssl: true/false, false if using bumper (optional, defaults true) + verify_ssl: true/false, use false if using bumper (optional, defaults true) ``` -Any username, password, country, and continent should work if bumper is true. Set bumper_server to the ip_address where you're running bumper and set verify_ssl to false for bumper. If you're not using bumper this SHOULD technically work no different than the Home Assistant ecovacs integration but I haven't looked at it enough to be sure and I haven't tested it. +Any username, password, country, and continent should work if using bumper. Set verify_ssl to false for bumper. If you're not using bumper this SHOULD technically work no different than the Home Assistant ecovacs integration but I haven't looked at it enough to be sure and I haven't tested it. ### Example Config ``` @@ -53,8 +51,6 @@ ecovacs: password: bumper country: us continent: na - bumper: true - bumper_server: "192.168.1.55" verify_ssl: false ``` Just finished getting this working late 12/13/22 so not sure if everything works yet but will commit changes here if I update it or at least document issues.