core/homeassistant/components/hue/manifest.json

18 lines
353 B
JSON
Raw Normal View History

{
"domain": "hue",
"name": "Philips Hue",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/hue",
"requirements": ["aiohue==1.10.1"],
"ssdp": [
{
"manufacturer": "Royal Philips Electronics"
}
],
"homekit": {
"models": ["BSB002"]
},
"dependencies": [],
"codeowners": ["@balloob"]
}