Skip to content

Commit ceb13e7

Browse files
arturpragaczclaude
andauthored
Add integration type to wake_on_lan (home-assistant#157726)
Co-authored-by: Claude <[email protected]>
1 parent 498a80a commit ceb13e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/wake_on_lan/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@ntilley905"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/wake_on_lan",
7+
"integration_type": "service",
78
"iot_class": "local_push",
89
"requirements": ["wakeonlan==3.1.0"]
910
}

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7420,7 +7420,7 @@
74207420
},
74217421
"wake_on_lan": {
74227422
"name": "Wake on LAN",
7423-
"integration_type": "hub",
7423+
"integration_type": "service",
74247424
"config_flow": true,
74257425
"iot_class": "local_push"
74267426
},

0 commit comments

Comments
 (0)