mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +01:00
* Add action exceptions to Comelit integration * missing decorator * update quality scale
13 lines
348 B
JSON
13 lines
348 B
JSON
{
|
|
"domain": "comelit",
|
|
"name": "Comelit SimpleHome",
|
|
"codeowners": ["@chemelli74"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/comelit",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["aiocomelit"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["aiocomelit==0.12.3"]
|
|
}
|