From 0e7923103c4e45e39d714d54db08a0999f1075c9 Mon Sep 17 00:00:00 2001 From: bittles Date: Fri, 6 Jan 2023 01:47:19 -0500 Subject: [PATCH] forgot to update module name --- custom_components/ecovacs/manifest.json | 2 +- custom_components/ecovacs/vacuum.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/ecovacs/manifest.json b/custom_components/ecovacs/manifest.json index 365aae9..afdbda6 100644 --- a/custom_components/ecovacs/manifest.json +++ b/custom_components/ecovacs/manifest.json @@ -1,7 +1,7 @@ { "domain": "ecovacs", "name": "Ecovacs Bumper", - "version": "1.4.0", + "version": "1.4.1", "documentation": "https://github.com/bittles/ha_ecovacs_bumper", "issue_tracker": "https://github.com/bittles/ha_ecovacs_bumper/issues", "requirements": ["sleekxmppfs==1.4.1", "requests>=2.18", "pycryptodome>=3.4", "pycountry-convert>=0.5", "paho-mqtt>=1.4", "stringcase>=1.2"], diff --git a/custom_components/ecovacs/vacuum.py b/custom_components/ecovacs/vacuum.py index 06157d2..a8d9371 100644 --- a/custom_components/ecovacs/vacuum.py +++ b/custom_components/ecovacs/vacuum.py @@ -5,7 +5,7 @@ import logging from typing import Any #sucks -from . import sucksbumper +from . import sucks from homeassistant.components.vacuum import VacuumEntity, VacuumEntityFeature from homeassistant.core import HomeAssistant