mirror of
https://github.com/Andre0512/hon.git
synced 2026-05-09 10:31:14 +02:00
Fix log device info #40
This commit is contained in:
@@ -83,5 +83,5 @@ class HonFeatureRequestButton(HonEntity, ButtonEntity):
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user