mirror of
https://github.com/home-assistant/core.git
synced 2026-03-03 08:10:36 +00:00
13 lines
226 B
JSON
13 lines
226 B
JSON
{
|
|
"domain": "script",
|
|
"name": "Script",
|
|
"documentation": "https://www.home-assistant.io/integrations/script",
|
|
"requirements": [],
|
|
"dependencies": [
|
|
"group"
|
|
],
|
|
"codeowners": [
|
|
"@home-assistant/core"
|
|
]
|
|
}
|