1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00
Files
core/homeassistant/components/sql/manifest.json
2019-09-01 14:10:58 +03:00

13 lines
214 B
JSON

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