mirror of
https://github.com/home-assistant/core.git
synced 2025-06-23 22:47:09 +00:00
10 lines
232 B
JSON
10 lines
232 B
JSON
{
|
|
"domain": "python_script",
|
|
"name": "Python script",
|
|
"documentation": "https://www.home-assistant.io/integrations/python_script",
|
|
"requirements": [
|
|
"restrictedpython==5.0"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": []
|
|
} |