core/homeassistant/components/python_script/manifest.json

10 lines
270 B
JSON
Raw Normal View History

{
"domain": "python_script",
"name": "Python Scripts",
"codeowners": [],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/python_script",
"loggers": ["RestrictedPython"],
"quality_scale": "internal",
2023-02-08 19:13:46 +00:00
"requirements": ["restrictedpython==6.0"]
}