mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
9 lines
211 B
JSON
9 lines
211 B
JSON
{
|
|
"domain": "sql",
|
|
"name": "SQL",
|
|
"documentation": "https://www.home-assistant.io/integrations/sql",
|
|
"requirements": ["sqlalchemy==1.4.27"],
|
|
"codeowners": ["@dgomes"],
|
|
"iot_class": "local_polling"
|
|
}
|