1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00
Files
core/homeassistant/components/python_script/manifest.json
2025-10-20 14:46:41 +02:00

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==8.1"]
}