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

11 lines
233 B
JSON
Raw Normal View History

2019-04-03 21:14:45 -07:00
{
"domain": "python_script",
"name": "Python script",
"documentation": "https://www.home-assistant.io/components/python_script",
"requirements": [
"restrictedpython==4.0b8"
],
"dependencies": [],
"codeowners": []
}