diff --git a/homeassistant/components/ping/binary_sensor.py b/homeassistant/components/ping/binary_sensor.py
index 5befe0b7f3a..ac73da0a13f 100644
--- a/homeassistant/components/ping/binary_sensor.py
+++ b/homeassistant/components/ping/binary_sensor.py
@@ -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,