4 lines
73 B
Python
4 lines
73 B
Python
"""The ping component."""
|
|
|
|
DOMAIN = "ping"
|
|
PLATFORMS = ["binary_sensor"]
|