20 lines
355 B
JSON
20 lines
355 B
JSON
{
|
|
"domain": "tradfri",
|
|
"name": "Tradfri",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/components/tradfri",
|
|
"requirements": [
|
|
"pytradfri[async]==6.0.1"
|
|
],
|
|
"homekit": {
|
|
"models": [
|
|
"TRADFRI"
|
|
]
|
|
},
|
|
"dependencies": [],
|
|
"zeroconf": ["_coap._udp.local."],
|
|
"codeowners": [
|
|
"@ggravlingen"
|
|
]
|
|
}
|