mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 20:05:36 +01: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"]
|
|
}
|