30 lines
714 B
JSON
30 lines
714 B
JSON
{
|
|
"domain": "hue",
|
|
"name": "Philips Hue",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/hue",
|
|
"requirements": ["aiohue==3.0.11"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "Royal Philips Electronics",
|
|
"modelName": "Philips hue bridge 2012"
|
|
},
|
|
{
|
|
"manufacturer": "Royal Philips Electronics",
|
|
"modelName": "Philips hue bridge 2015"
|
|
},
|
|
{
|
|
"manufacturer": "Signify",
|
|
"modelName": "Philips hue bridge 2015"
|
|
}
|
|
],
|
|
"homekit": {
|
|
"models": ["BSB002"]
|
|
},
|
|
"zeroconf": ["_hue._tcp.local."],
|
|
"codeowners": ["@balloob", "@marcelveldt"],
|
|
"quality_scale": "platinum",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aiohue"]
|
|
}
|