9 lines
251 B
JSON
9 lines
251 B
JSON
{
|
|
"domain": "sql",
|
|
"name": "SQL",
|
|
"codeowners": ["@dgomes", "@gjohansson-ST"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/sql",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["sqlalchemy==2.0.3"]
|
|
}
|