1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-24 20:07:23 +00:00
Files
core/homeassistant/components/sql/manifest.json
2022-03-12 22:52:47 -10:00

9 lines
211 B
JSON

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