Add integration type to wake_on_lan (#157726)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Artur Pragacz
2025-12-03 15:14:57 +01:00
committed by GitHub
parent 498a80ac7f
commit ceb13e70b9
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@ntilley905"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/wake_on_lan",
"integration_type": "service",
"iot_class": "local_push",
"requirements": ["wakeonlan==3.1.0"]
}

View File

@@ -7420,7 +7420,7 @@
},
"wake_on_lan": {
"name": "Wake on LAN",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "local_push"
},