mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
17 lines
391 B
JSON
17 lines
391 B
JSON
{
|
|
"domain": "sunricher_dali",
|
|
"name": "Sunricher DALI",
|
|
"codeowners": ["@niracler"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"registered_devices": true
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/sunricher_dali",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "silver",
|
|
"requirements": ["PySrDaliGateway==0.19.3"]
|
|
}
|