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

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

2019-04-03 21:14:45 -07:00
{
"domain": "python_script",
2020-01-07 13:28:35 +01:00
"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",
2023-11-17 13:01:06 +01:00
"requirements": ["RestrictedPython==7.0"]
2020-01-06 21:28:23 +01:00
}