Skip to content

Commit 3a1a58d

Browse files
arturpragaczclaude
andauthored
Add integration type to ping (#157730)
Co-authored-by: Claude <[email protected]>
1 parent f9219dd commit 3a1a58d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/ping/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@jpbede"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/ping",
7+
"integration_type": "service",
78
"iot_class": "local_polling",
89
"loggers": ["icmplib"],
910
"quality_scale": "internal",

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5055,7 +5055,7 @@
50555055
},
50565056
"ping": {
50575057
"name": "Ping (ICMP)",
5058-
"integration_type": "hub",
5058+
"integration_type": "service",
50595059
"config_flow": true,
50605060
"iot_class": "local_polling"
50615061
},

0 commit comments

Comments
 (0)