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",
|
2022-03-23 19:18:06 +00:00
|
|
|
"requirements": ["aiohue==4.4.1"],
|
2019-11-02 19:30:09 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
2020-01-13 13:30:07 +00:00
|
|
|
"manufacturer": "Royal Philips Electronics",
|
|
|
|
"modelName": "Philips hue bridge 2012"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"manufacturer": "Royal Philips Electronics",
|
|
|
|
"modelName": "Philips hue bridge 2015"
|
2020-01-27 17:54:38 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"manufacturer": "Signify",
|
|
|
|
"modelName": "Philips hue bridge 2015"
|
2019-11-02 19:30:09 +00:00
|
|
|
}
|
|
|
|
],
|
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",
|
|
|
|
"loggers": ["aiohue"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|