1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-30 12:14:20 +01:00
Files
core/homeassistant/components/sql/manifest.json
T
Paulus Schoutsen cfe4cf30ad Add manifests (#22699)
* Add manifests

* Update auto name

* Update codeowners

* Add requirements from platforms

* Minor cleanup

* Incorporate changes from awarecan PR
2019-04-03 21:14:45 -07:00

13 lines
214 B
JSON

{
"domain": "sql",
"name": "Sql",
"documentation": "https://www.home-assistant.io/components/sql",
"requirements": [
"sqlalchemy==1.3.0"
],
"dependencies": [],
"codeowners": [
"@dgomes"
]
}