mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-03-02 04:01:56 +01:00
parent
361dc3a02b
commit
ad0ca90c50
@ -906,7 +906,10 @@ class APIConnection:
|
||||
|
||||
if debug_enabled:
|
||||
_LOGGER.debug(
|
||||
"%s: Got message of type %s", self.log_name, msg_type.__name__
|
||||
"%s: Got message of type %s: %s",
|
||||
self.log_name,
|
||||
msg_type.__name__,
|
||||
msg,
|
||||
)
|
||||
|
||||
if self._pong_timer is not None:
|
||||
|
Loading…
Reference in New Issue
Block a user