core/homeassistant/components/tradfri/manifest.json

12 lines
262 B
JSON

{
"domain": "tradfri",
"name": "IKEA TRÅDFRI",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tradfri",
"requirements": ["pytradfri[async]==7.0.6"],
"homekit": {
"models": ["TRADFRI"]
},
"codeowners": []
}