2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "hue",
|
|
|
|
"name": "Philips Hue",
|
2023-02-08 19:27:05 +00:00
|
|
|
"codeowners": ["@balloob", "@marcelveldt"],
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/hue",
|
2019-06-08 05:59:51 +00:00
|
|
|
"homekit": {
|
2019-12-16 18:45:09 +00:00
|
|
|
"models": ["BSB002"]
|
2019-06-08 05:59:51 +00:00
|
|
|
},
|
2022-10-19 10:41:43 +00:00
|
|
|
"integration_type": "hub",
|
2023-02-08 19:27:05 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["aiohue"],
|
|
|
|
"quality_scale": "platinum",
|
2023-02-28 16:53:15 +00:00
|
|
|
"requirements": ["aiohue==4.6.2"],
|
2023-02-08 19:27:05 +00:00
|
|
|
"zeroconf": ["_hue._tcp.local."]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|