mirror of
https://github.com/home-assistant/core.git
synced 2026-05-18 22:40:15 +01:00
8 lines
179 B
JSON
8 lines
179 B
JSON
{
|
|
"domain": "sql",
|
|
"name": "SQL",
|
|
"documentation": "https://www.home-assistant.io/integrations/sql",
|
|
"requirements": ["sqlalchemy==1.3.19"],
|
|
"codeowners": ["@dgomes"]
|
|
}
|