hass-core/homeassistant/components/ping/__init__.py

4 lines
73 B
Python

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