2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "sql",
|
|
|
|
"name": "Sql",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/sql",
|
2019-04-04 04:14:45 +00:00
|
|
|
"requirements": [
|
2019-11-16 08:56:26 +00:00
|
|
|
"sqlalchemy==1.3.11"
|
2019-04-04 04:14:45 +00:00
|
|
|
],
|
|
|
|
"dependencies": [],
|
|
|
|
"codeowners": [
|
|
|
|
"@dgomes"
|
|
|
|
]
|
2019-10-10 19:52:54 +00:00
|
|
|
}
|