mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +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"],
|
"codeowners": ["@home-assistant/core"],
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/webhook",
|
"documentation": "https://www.home-assistant.io/integrations/webhook",
|
||||||
|
"integration_type": "system",
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal"
|
||||||
}
|
}
|
||||||
|
@ -6805,11 +6805,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"webhook": {
|
|
||||||
"name": "Webhook",
|
|
||||||
"integration_type": "hub",
|
|
||||||
"config_flow": false
|
|
||||||
},
|
|
||||||
"webmin": {
|
"webmin": {
|
||||||
"name": "Webmin",
|
"name": "Webmin",
|
||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user