mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
12 lines
295 B
JSON
12 lines
295 B
JSON
{
|
|
"domain": "ping",
|
|
"name": "Ping (ICMP)",
|
|
"codeowners": ["@jpbede"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/ping",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["icmplib"],
|
|
"quality_scale": "internal",
|
|
"requirements": ["icmplib==3.0"]
|
|
}
|