mirror of
https://github.com/home-assistant/core.git
synced 2026-07-11 02:51:25 +02:00
11 lines
233 B
JSON
11 lines
233 B
JSON
|
|
{
|
||
|
|
"domain": "python_script",
|
||
|
|
"name": "Python script",
|
||
|
|
"documentation": "https://www.home-assistant.io/components/python_script",
|
||
|
|
"requirements": [
|
||
|
|
"restrictedpython==4.0b8"
|
||
|
|
],
|
||
|
|
"dependencies": [],
|
||
|
|
"codeowners": []
|
||
|
|
}
|