2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "sql",
|
2020-01-07 13:19:44 +00:00
|
|
|
"name": "SQL",
|
2023-04-15 22:54:56 +00:00
|
|
|
"codeowners": ["@dgomes", "@gjohansson-ST", "@dougiteixeira"],
|
2022-04-24 18:50:32 +00:00
|
|
|
"config_flow": true,
|
2023-02-08 19:22:30 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/sql",
|
|
|
|
"iot_class": "local_polling",
|
2023-04-25 14:45:49 +00:00
|
|
|
"requirements": ["sqlalchemy==2.0.10"]
|
2019-12-22 18:52:39 +00:00
|
|
|
}
|