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": [ "dependencies": [
"automation", "automation",
"cloud", "cloud",
"counter",
"frontend", "frontend",
"history", "history",
"input_boolean",
"input_datetime",
"input_number",
"input_select",
"input_text",
"logbook", "logbook",
"map", "map",
"media_source", "media_source",
@ -18,16 +24,11 @@
"sun", "sun",
"system_health", "system_health",
"tag", "tag",
"timer",
"updater", "updater",
"webhook",
"zeroconf", "zeroconf",
"zone", "zone"
"input_boolean",
"input_datetime",
"input_text",
"input_number",
"input_select",
"counter",
"timer"
], ],
"codeowners": [] "codeowners": []
} }