From 3381f960992c9a88cff5ed931508f9e511828f95 Mon Sep 17 00:00:00 2001 From: bittles Date: Wed, 4 Jan 2023 14:39:06 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0c6d7a..9195272 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Based off the regular home assistant ecovacs components and bmartin's fork of su Works with bumper with my N79 and should work with other XMPP based ecovacs. Catches some XMPP messages now that the default HASS one misses (at least with my Ecovacs), including some initial queries and also life span for filters and brushes. Includes MQTT robot support from bmartin's fork that's basically unchanged in this since I don't have one of those robots. -Should work as regular if bumper is false in config but haven't tested yet, goal was to get it all local. Maybe mess around and test it in future. +Should work as regular without bumper if verify_ssl is true or omitted in config but haven't tested yet, goal was to get it all local. Maybe mess around and test it in future. ## Bumper Setup Check out bmartin's docs to setup a bumper server, https://bumper.readthedocs.io/.