Files
core/homeassistant/components/sql/manifest.json
T
dependabot[bot]andSimon Lamon 955232bebe Bump sqlparse from 0.5.5 to 0.6.0 (#181966)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
2026-09-12 10:22:27 +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.6.0"]
}