mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add manifests (#22699)
* Add manifests * Update auto name * Update codeowners * Add requirements from platforms * Minor cleanup * Incorporate changes from awarecan PR
This commit is contained in:
10
homeassistant/components/python_script/manifest.json
Normal file
10
homeassistant/components/python_script/manifest.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"domain": "python_script",
|
||||
"name": "Python script",
|
||||
"documentation": "https://www.home-assistant.io/components/python_script",
|
||||
"requirements": [
|
||||
"restrictedpython==4.0b8"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
||||
Reference in New Issue
Block a user