27 lines
607 B
JSON
27 lines
607 B
JSON
{
|
|
"domain": "hue",
|
|
"name": "Philips Hue",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/hue",
|
|
"requirements": ["aiohue==2.1.0"],
|
|
"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"]
|
|
},
|
|
"codeowners": ["@balloob"],
|
|
"quality_scale": "platinum"
|
|
}
|