1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-02 04:06:41 +01:00
Files
core/homeassistant/components/ping/manifest.json
T
2026-05-25 23:15:08 +02:00

13 lines
330 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.4"]
}