mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Mark webhook as a system integration type (#123204)
This commit is contained in:
parent
9c2ba9b157
commit
bb1efe56b6
@ -4,5 +4,6 @@
|
||||
"codeowners": ["@home-assistant/core"],
|
||||
"dependencies": ["http"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/webhook",
|
||||
"integration_type": "system",
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
@ -6805,11 +6805,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"webhook": {
|
||||
"name": "Webhook",
|
||||
"integration_type": "hub",
|
||||
"config_flow": false
|
||||
},
|
||||
"webmin": {
|
||||
"name": "Webmin",
|
||||
"integration_type": "device",
|
||||
|
Loading…
x
Reference in New Issue
Block a user