Skip to content

Commit

Permalink
Fix log level of FETCH_ALL_DEVICE_DATA
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Sep 28, 2023
1 parent 5efc7e3 commit 90c423e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hahomematic/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ async def fetch_all_device_data(self) -> None:
if device_data := await self._json_rpc_client.get_all_device_data(
interface=self.interface
):
_LOGGER.info(
_LOGGER.debug(
"FETCH_ALL_DEVICE_DATA: Fetched all device data for interface %s", self.interface
)
self.central.device_data.add_device_data(device_data=device_data)
Expand Down

0 comments on commit 90c423e

Please sign in to comment.