mirror of https://github.com/home-assistant/core
16 lines
386 B
JSON
16 lines
386 B
JSON
{
|
|
"domain": "hue",
|
|
"name": "Philips Hue",
|
|
"codeowners": ["@balloob", "@marcelveldt"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/hue",
|
|
"homekit": {
|
|
"models": ["BSB002"]
|
|
},
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aiohue"],
|
|
"requirements": ["aiohue==4.7.3"],
|
|
"zeroconf": ["_hue._tcp.local."]
|
|
}
|