17 lines
304 B
JSON
17 lines
304 B
JSON
{
|
|
"domain": "tradfri",
|
|
"name": "IKEA TRÅDFRI",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/tradfri",
|
|
"requirements": [
|
|
"pytradfri[async]==7.0.1"
|
|
],
|
|
"homekit": {
|
|
"models": [
|
|
"TRADFRI"
|
|
]
|
|
},
|
|
"codeowners": [
|
|
"@ggravlingen"
|
|
]
|
|
}
|