mirror of
https://github.com/home-assistant/core.git
synced 2025-05-12 09:59:20 +00:00
10 lines
270 B
JSON
10 lines
270 B
JSON
{
|
|
"domain": "python_script",
|
|
"name": "Python Scripts",
|
|
"documentation": "https://www.home-assistant.io/integrations/python_script",
|
|
"requirements": ["restrictedpython==5.2"],
|
|
"codeowners": [],
|
|
"quality_scale": "internal",
|
|
"loggers": ["RestrictedPython"]
|
|
}
|