1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-25 20:35:09 +00:00
Files
core/homeassistant/components/python_script/manifest.json
2025-10-15 20:50:16 +02:00

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'"
]
}