Update README.md

This commit is contained in:
bittles
2022-12-14 02:53:09 -05:00
parent bd83dae3a2
commit c681fb4c75
+4 -4
View File
@@ -16,7 +16,7 @@ Drop the ecovacs folder into your custom_components folder. If I polish this up
Restart HASS. Restart HASS.
In your configuration.yaml: In your configuration.yaml:
''' ```
ecovacs: ecovacs:
username: username:
password: password:
@@ -25,11 +25,11 @@ ecovacs:
bumper: true/false (optional, defaults false) bumper: true/false (optional, defaults false)
bumper_server: (optional, defaults null) bumper_server: (optional, defaults null)
verify_ssl: true/false, false if using bumper (optional, defaults true) 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 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.
### Example Config ### Example Config
''' ```
ecovacs: ecovacs:
username: bumper username: bumper
password: bumper password: bumper
@@ -38,5 +38,5 @@ ecovacs:
bumper: true bumper: true
bumper_server: "192.168.1.55" 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.