1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/homeassistant/components/sql/manifest.json
2020-01-07 08:19:44 -05:00

9 lines
201 B
JSON

{
"domain": "sql",
"name": "SQL",
"documentation": "https://www.home-assistant.io/integrations/sql",
"requirements": ["sqlalchemy==1.3.12"],
"dependencies": [],
"codeowners": ["@dgomes"]
}