Skip to content

Commit

Permalink
Merge pull request #6 from bittles/dev
Browse files Browse the repository at this point in the history
forgot to update module name
  • Loading branch information
bittles authored Jan 6, 2023
2 parents 1fbe95c + 0e79231 commit 24fc2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/ecovacs/manifest.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion custom_components/ecovacs/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Any

#sucks
from . import sucksbumper
from . import sucks

from homeassistant.components.vacuum import VacuumEntity, VacuumEntityFeature
from homeassistant.core import HomeAssistant
Expand Down

0 comments on commit 24fc2ea

Please sign in to comment.