2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "hue",
|
|
|
|
"name": "Philips Hue",
|
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",
|
2023-01-09 15:37:03 +00:00
|
|
|
"requirements": ["aiohue==4.6.1"],
|
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
|
|
|
},
|
2021-09-13 03:00:51 +00:00
|
|
|
"zeroconf": ["_hue._tcp.local."],
|
2021-11-26 09:03:51 +00:00
|
|
|
"codeowners": ["@balloob", "@marcelveldt"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"quality_scale": "platinum",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
2022-10-19 10:41:43 +00:00
|
|
|
"integration_type": "hub",
|
2022-01-28 21:37:53 +00:00
|
|
|
"loggers": ["aiohue"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|