aboutsummaryrefslogtreecommitdiff
path: root/custom_components/hon
diff options
context:
space:
mode:
Diffstat (limited to 'custom_components/hon')
-rw-r--r--custom_components/hon/button.py2
-rw-r--r--custom_components/hon/manifest.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/custom_components/hon/button.py b/custom_components/hon/button.py
index 5882b95..8f01f15 100644
--- a/custom_components/hon/button.py
+++ b/custom_components/hon/button.py
@@ -83,5 +83,5 @@ class HonFeatureRequestButton(HonEntity, ButtonEntity):
83 83
84 async def async_press(self) -> None: 84 async def async_press(self) -> None:
85 pyhon_version = pkg_resources.get_distribution("pyhon").version 85 pyhon_version = pkg_resources.get_distribution("pyhon").version
86 info = f"Device Info:\n{self._device.diagnose}pyhOnVersion: {pyhon_version}" 86 info = f"Device Info:\n{self._device.diagnose()}pyhOnVersion: {pyhon_version}"
87 _LOGGER.error(info) 87 _LOGGER.error(info)
diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json
index 85cbf29..ab9352c 100644
--- a/custom_components/hon/manifest.json
+++ b/custom_components/hon/manifest.json
@@ -7,5 +7,5 @@
7 "iot_class": "cloud_polling", 7 "iot_class": "cloud_polling",
8 "issue_tracker": "https://github.com/Andre0512/hon/issues", 8 "issue_tracker": "https://github.com/Andre0512/hon/issues",
9 "requirements": ["pyhOn==0.10.6"], 9 "requirements": ["pyhOn==0.10.6"],
10 "version": "0.7.3-beta.2" 10 "version": "0.7.3"
11} 11}