mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +00:00
Log the version reported by Bond hub upon startup to facilitate troub… (#38508)
This commit is contained in:
parent
86e38a8467
commit
809c2980df
@ -78,6 +78,7 @@ class BondHub:
|
||||
async def setup(self):
|
||||
"""Read hub version information."""
|
||||
self._version = await self.bond.version()
|
||||
_LOGGER.debug("Bond reported the following version info: %s", self._version)
|
||||
|
||||
# Fetch all available devices using Bond API.
|
||||
device_ids = await self.bond.devices()
|
||||
|
Loading…
x
Reference in New Issue
Block a user