update docs for simpler config
This commit is contained in:
@@ -40,11 +40,9 @@ ecovacs:
|
|||||||
password:
|
password:
|
||||||
country:
|
country:
|
||||||
continent:
|
continent:
|
||||||
bumper: true/false (optional, defaults false)
|
verify_ssl: true/false, use false if using bumper (optional, defaults true)
|
||||||
bumper_server: (optional, defaults null)
|
|
||||||
verify_ssl: true/false, 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
|
### Example Config
|
||||||
```
|
```
|
||||||
@@ -53,8 +51,6 @@ ecovacs:
|
|||||||
password: bumper
|
password: bumper
|
||||||
country: us
|
country: us
|
||||||
continent: na
|
continent: na
|
||||||
bumper: true
|
|
||||||
bumper_server: "192.168.1.55"
|
|
||||||
verify_ssl: false
|
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user