mirror of
https://github.com/home-assistant/core.git
synced 2026-02-25 04:17:02 +00:00
13 lines
328 B
JSON
13 lines
328 B
JSON
{
|
|
"domain": "ping",
|
|
"name": "Ping (ICMP)",
|
|
"codeowners": ["@jpbede"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/ping",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["icmplib"],
|
|
"quality_scale": "internal",
|
|
"requirements": ["icmplib==3.0"]
|
|
}
|