1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00
ha-core/homeassistant/components/python_script/manifest.json
2023-11-17 13:01:06 +01: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.0"]
}