From 07ed6100a9f2aef847e9f83daf2b154c8405229d Mon Sep 17 00:00:00 2001 From: bittles Date: Mon, 2 Jan 2023 01:19:58 -0500 Subject: [PATCH] update readme, bump version number --- README.md | 2 ++ custom_components/ecovacs/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 810b97e..4d29daf 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Replaces built in ecovacs component. Works with bumper with my N79 and should work with at least other XMPP based ecovacs. Don't know if changes will work with MQTT based ones. +Added additional catches to sucks because my N79 sends some weird payloads, but attributes all pull in now for brush life spans. Couple initial queries it also sends weird that I'm in process of catching atm. + Should work as regular if bumper isn't used in config but haven't tested yet, goal was to get it all local. Maybe mess around and test it in future. I'm using the docker-compose example for bumper by bmartin5692, https://github.com/bmartin5692/bumper on an odroid-n2+. diff --git a/custom_components/ecovacs/manifest.json b/custom_components/ecovacs/manifest.json index 55cdc54..97e9f56 100644 --- a/custom_components/ecovacs/manifest.json +++ b/custom_components/ecovacs/manifest.json @@ -1,7 +1,7 @@ { "domain": "ecovacs", "name": "Ecovacs Bumper", - "version": "1.1.0", + "version": "1.2.0", "documentation": "https://www.home-assistant.io/integrations/ecovacs", "requirements": ["sleekxmppfs==1.4.1", "click>=6", "requests>=2.18", "pycryptodome>=3.4", "pycountry-convert>=0.5", "paho-mqtt>=1.4", "stringcase>=1.2"], "codeowners": ["@OverloadUT", "@mib1185"],