core/homeassistant/components/sql/manifest.json

10 lines
252 B
JSON
Raw Normal View History

{
"domain": "sql",
"name": "SQL",
"documentation": "https://www.home-assistant.io/integrations/sql",
2022-08-09 13:35:22 +00:00
"requirements": ["sqlalchemy==1.4.40"],
"codeowners": ["@dgomes", "@gjohansson-ST"],
"config_flow": true,
"iot_class": "local_polling"
2019-12-22 18:52:39 +00:00
}