1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-25 12:27:07 +00:00
Files
core/homeassistant/components/sql/manifest.json
2021-02-01 16:03:51 -10:00

8 lines
179 B
JSON

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