mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 03:07:50 +00:00
10 lines
270 B
JSON
10 lines
270 B
JSON
{
|
|
"domain": "python_script",
|
|
"name": "Python Scripts",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/python_script",
|
|
"loggers": ["RestrictedPython"],
|
|
"quality_scale": "internal",
|
|
"requirements": ["RestrictedPython==7.0"]
|
|
}
|