13 lines
359 B
JSON
13 lines
359 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==6.2;python_version<'3.12'",
|
|
"RestrictedPython==7.0a1.dev0;python_version>='3.12'"
|
|
]
|
|
}
|