Files
homeassistant-core/homeassistant/components/python_script/manifest.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
270 B
JSON
Raw Normal View History

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