Update homeassistant/components/ping/binary_sensor.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
parent
f43d24f3a2
commit
618f42512a
1 changed files with 0 additions and 4 deletions
|
@ -146,10 +146,6 @@ class PingDataICMPLib(PingData):
|
|||
class PingDataSubProcess(PingData):
|
||||
"""The Class for handling the data retrieval using the ping binary."""
|
||||
|
||||
def __init__(self, hass, host, count) -> None:
|
||||
"""Initialize the data object."""
|
||||
super().__init__(hass, host, count)
|
||||
|
||||
if sys.platform == "win32":
|
||||
self._ping_cmd = [
|
||||
"ping",
|
||||
|
|
Loading…
Add table
Reference in a new issue