mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
12 lines
293 B
JSON
12 lines
293 B
JSON
{
|
|
"domain": "soma",
|
|
"name": "Soma Connect",
|
|
"codeowners": ["@ratsept"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/soma",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["api"],
|
|
"requirements": ["pysoma==0.0.12"]
|
|
}
|