core/homeassistant/components/python_script/manifest.json

9 lines
225 B
JSON
Raw Normal View History

{
"domain": "python_script",
"name": "Python script",
"documentation": "https://www.home-assistant.io/integrations/python_script",
"requirements": ["restrictedpython==5.0"],
"dependencies": [],
"codeowners": []
}