Skip to content

Commit

Permalink
Fix log device info #40
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed May 9, 2023
1 parent 6828f3e commit 0afbfe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/hon/button.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ def __init__(self, hass, coordinator, entry, device: HonAppliance) -> None:

async def async_press(self) -> None:
pyhon_version = pkg_resources.get_distribution("pyhon").version
info = f"Device Info:\n{self._device.diagnose}pyhOnVersion: {pyhon_version}"
info = f"Device Info:\n{self._device.diagnose()}pyhOnVersion: {pyhon_version}"
_LOGGER.error(info)
2 changes: 1 addition & 1 deletion custom_components/hon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/Andre0512/hon/issues",
"requirements": ["pyhOn==0.10.6"],
"version": "0.7.3-beta.2"
"version": "0.7.3"
}

0 comments on commit 0afbfe9

Please sign in to comment.