1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-22 08:20:04 +01:00
Files
core/homeassistant/components/python_script/manifest.json
T
2024-09-24 19:48:44 +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==7.2"]
}