1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/ping/manifest.json
2023-11-17 13:30:30 -06:00

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"]
}