Files
core/homeassistant/components/sql/manifest.json
T
renovate[bot]GitHubrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
19b4086451 Update SQLAlchemy to 2.0.52 (#179482)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-08-18 15:01:47 +02:00

11 lines
316 B
JSON

{
"domain": "sql",
"name": "SQL",
"after_dependencies": ["recorder"],
"codeowners": ["@gjohansson-ST", "@dougiteixeira"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sql",
"iot_class": "local_polling",
"requirements": ["SQLAlchemy==2.0.52", "sqlparse==0.5.5"]
}