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