Skip to content

Commit 2429357

Browse files
arturpragaczclaude
authored andcommitted
Add integration type to ping (home-assistant#157730)
Co-authored-by: Claude <[email protected]>
1 parent 051ad58 commit 2429357

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
@@ -5049,7 +5049,7 @@
50495049
},
50505050
"ping": {
50515051
"name": "Ping (ICMP)",
5052-
"integration_type": "hub",
5052+
"integration_type": "service",
50535053
"config_flow": true,
50545054
"iot_class": "local_polling"
50555055
},

0 commit comments

Comments
 (0)