1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00
Files
core/homeassistant/components/sql/manifest.json
2024-05-07 10:42:13 +02:00

10 lines
278 B
JSON

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