1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/hue/manifest.json
2025-09-23 13:39:58 +02:00

16 lines
374 B
JSON

{
"domain": "hue",
"name": "Philips Hue",
"codeowners": ["@marcelveldt"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/hue",
"homekit": {
"models": ["BSB002"]
},
"integration_type": "hub",
"iot_class": "local_push",
"loggers": ["aiohue"],
"requirements": ["aiohue==4.8.0"],
"zeroconf": ["_hue._tcp.local."]
}