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-11-15 14:51:13 +00:00
"requirements": ["sqlalchemy==1.4.44"],
"codeowners": ["@dgomes", "@gjohansson-ST"],
"config_flow": true,
"iot_class": "local_polling"
2019-12-22 18:52:39 +00:00
}