mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 19:46:55 +00:00
changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.5 mostly bugfixes for 2.x regressions
10 lines
257 B
JSON
10 lines
257 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.5.post1"]
|
|
}
|