Add webhook to default config (#43521)

This commit is contained in:
Franck Nijhof 2020-11-23 20:49:13 +01:00 committed by GitHub
parent 65796eee2d
commit 612e74703b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,14 @@
"dependencies": [
"automation",
"cloud",
"counter",
"frontend",
"history",
"input_boolean",
"input_datetime",
"input_number",
"input_select",
"input_text",
"logbook",
"map",
"media_source",
@ -18,16 +24,11 @@
"sun",
"system_health",
"tag",
"timer",
"updater",
"webhook",
"zeroconf",
"zone",
"input_boolean",
"input_datetime",
"input_text",
"input_number",
"input_select",
"counter",
"timer"
"zone"
],
"codeowners": []
}