mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
15 lines
355 B
JSON
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"]
|
|
}
|