core/homeassistant/components/ping/__init__.py

5 lines
73 B
Python

"""The ping component."""
DOMAIN = "ping"
PLATFORMS = ["binary_sensor"]