Files
core/homeassistant/components/sql/manifest.json
T
32950df0b7 Specify recorder as after dependency in sql integration (#139037)
* Specify recorder as after dependency in sql integration

* Remove hassfest exception

---------

Co-authored-by: J. Nick Koston <nick@koston.org>
2025-02-28 20:51:56 +01: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.38", "sqlparse==0.5.0"]
}