Skip to content

Commit

Permalink
JablotronPy version updated. Logging improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pigotka committed Jun 17, 2024
1 parent 2533ec6 commit f8f3d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/jablotron_cloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self, hass, bridge):
async def _recreate_bridge(self):
# recreate bridge to restart connection until it is fixed on bridge side
self.bridge = Jablotron(self.bridge.username, self.bridge.password, self.bridge.pin_code)
_LOGGER.debug("Bridge recreated.")
_LOGGER.warning("Bridge recreated.")

async def _async_update_data(self):
"""Fetch data from API endpoint.
Expand Down
2 changes: 1 addition & 1 deletion custom_components/jablotron_cloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homekit": {},
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Pigotka/ha-cc-jablotron-cloud/issues",
"requirements": ["jablotronpy==0.6.1"],
"requirements": ["jablotronpy==0.6.2"],
"ssdp": [],
"version": "0.6.0",
"zeroconf": []
Expand Down

0 comments on commit f8f3d9c

Please sign in to comment.