1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/tradfri/manifest.json
Joost Lekkerkerker f020948e2d Add integration_type hub to tradfri (#163673)
Co-authored-by: Josef Zweck <josef@zweck.dev>
2026-02-20 19:48:55 +01:00

15 lines
355 B
JSON

{
"domain": "tradfri",
"name": "IKEA TR\u00c5DFRI",
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tradfri",
"homekit": {
"models": ["TRADFRI"]
},
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["pytradfri"],
"requirements": ["pytradfri[async]==9.0.1"]
}