Skip to content

Commit

Permalink
API update (refactoring)
Browse files Browse the repository at this point in the history
  • Loading branch information
chomupashchuk committed Oct 10, 2021
1 parent ac9d0bd commit 6289a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/aquaariston/aristonaqua.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class AquaAristonHandler:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"""

_VERSION = "1.0.41"
_VERSION = "1.0.44"

_LOGGER = logging.getLogger(__name__)
_LEVEL_CRITICAL = "CRITICAL"
Expand Down Expand Up @@ -200,7 +200,7 @@ class AquaAristonHandler:

_FILE_FOLDER = "aqua_http_logs"
_ARISTON_URL = "https://www.ariston-net.remotethermo.com"
_GITHUB_LATEST_RELEASE = 'https://pypi.python.org/pypi/aristonremotethermo/json'
_GITHUB_LATEST_RELEASE = 'https://pypi.python.org/pypi/aquaaristonremotethermo/json'

_VAL_TEMPERATURE = "temperature"
_VAL_SHOWERS = "showers"
Expand Down

0 comments on commit 6289a5a

Please sign in to comment.