mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-27 18:06:51 +01:00
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==8.0;python_version<'3.14'",
|
|
"RestrictedPython==8.1a1.dev0;python_version>='3.14'"
|
|
]
|
|
}
|