2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "sql",
|
2020-01-07 13:19:44 +00:00
|
|
|
"name": "SQL",
|
2023-04-29 16:27:39 +00:00
|
|
|
"codeowners": ["@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-12-29 20:19:06 +00:00
|
|
|
"requirements": ["SQLAlchemy==2.0.24", "sqlparse==0.4.4"]
|
2019-12-22 18:52:39 +00:00
|
|
|
}
|