2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "tradfri",
|
|
|
|
"name": "Tradfri",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-04-04 04:14:45 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/components/tradfri",
|
2019-09-19 18:49:47 +00:00
|
|
|
"requirements": ["pytradfri[async]==6.3.1"],
|
2019-06-08 05:59:51 +00:00
|
|
|
"homekit": {
|
2019-09-19 18:49:47 +00:00
|
|
|
"models": ["TRADFRI"]
|
2019-06-08 05:59:51 +00:00
|
|
|
},
|
2019-04-04 04:14:45 +00:00
|
|
|
"dependencies": [],
|
2019-05-29 18:19:50 +00:00
|
|
|
"zeroconf": ["_coap._udp.local."],
|
2019-09-19 18:49:47 +00:00
|
|
|
"codeowners": ["@ggravlingen"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|