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