mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 23:24:11 +01:00
5 lines
73 B
Python
5 lines
73 B
Python
"""The ping component."""
|
|
|
|
DOMAIN = "ping"
|
|
PLATFORMS = ["binary_sensor"]
|