mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 20:05:36 +01:00
10 lines
259 B
JSON
10 lines
259 B
JSON
{
|
|
"domain": "sql",
|
|
"name": "SQL",
|
|
"codeowners": ["@gjohansson-ST", "@dougiteixeira"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/sql",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["SQLAlchemy==2.0.21"]
|
|
}
|