mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix ping log level to be debug instead of warning (#39900)
This commit is contained in:
parent
7370b0ffc6
commit
b8ef87d84c
@ -134,7 +134,7 @@ class PingDataICMPLib(PingData):
|
||||
|
||||
async def async_update(self) -> None:
|
||||
"""Retrieve the latest details from the host."""
|
||||
_LOGGER.warning("ping address: %s", self._ip_address)
|
||||
_LOGGER.debug("ping address: %s", self._ip_address)
|
||||
data = await self.hass.async_add_executor_job(
|
||||
partial(
|
||||
icmp_ping,
|
||||
|
Loading…
x
Reference in New Issue
Block a user