1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-04 08:40:04 +00:00
Files
core/homeassistant/components/sql/manifest.json
2020-03-13 00:28:26 +01:00

9 lines
201 B
JSON

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