1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
core/homeassistant/components/sql/manifest.json
2023-04-15 12:54:56 -10:00

10 lines
269 B
JSON

{
"domain": "sql",
"name": "SQL",
"codeowners": ["@dgomes", "@gjohansson-ST", "@dougiteixeira"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sql",
"iot_class": "local_polling",
"requirements": ["sqlalchemy==2.0.9"]
}