core/homeassistant/components/sql/manifest.json

10 lines
278 B
JSON
Raw Normal View History

{
"domain": "sql",
"name": "SQL",
"codeowners": ["@gjohansson-ST", "@dougiteixeira"],
"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
}