Mark webhook as a system integration type (#123204)

This commit is contained in:
Franck Nijhof 2024-08-05 21:06:58 +02:00 committed by GitHub
parent 9c2ba9b157
commit bb1efe56b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View file

@ -4,5 +4,6 @@
"codeowners": ["@home-assistant/core"],
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/webhook",
"integration_type": "system",
"quality_scale": "internal"
}

View file

@ -6805,11 +6805,6 @@
}
}
},
"webhook": {
"name": "Webhook",
"integration_type": "hub",
"config_flow": false
},
"webmin": {
"name": "Webmin",
"integration_type": "device",