We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4530a20 commit 64ba6edCopy full SHA for 64ba6ed
custom_components/wundasmart/binary_sensor.py
@@ -88,14 +88,6 @@ async def async_update(self):
88
self._attributes = {}
89
return
90
91
- _LOGGER.debug(
92
- "async_ping %s: reachable=%s sent=%i received=%s",
93
- self._attr_name,
94
- data.is_alive,
95
- data.packets_sent,
96
- data.packets_received,
97
- )
98
-
99
self._state = data.is_alive
100
if not self._state:
101
0 commit comments