mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Add webhook to default config (#43521)
This commit is contained in:
parent
65796eee2d
commit
612e74703b
@ -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": []
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user