Skip to content

Commit

Permalink
Merge pull request #14 from bittles/dev
Browse files Browse the repository at this point in the history
Fix import API_PORTAL_URL_FORMAT
  • Loading branch information
bittles authored Jan 16, 2023
2 parents 22b541c + 45244f3 commit e24360f
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.5.0",
"version": "1.5.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/sucks_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from paho.mqtt import subscribe as MQTTSubscribe
from sleekxmppfs.xmlstream import ET

from .sucks_api_const import API_REALM, API_IOTDEVMANAGERAPI
from .sucks_api_const import API_REALM, API_IOTDEVMANAGERAPI, API_PORTAL_URL_FORMAT

import logging
LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit e24360f

Please sign in to comment.