core/homeassistant/components/tradfri/manifest.json

18 lines
304 B
JSON
Raw Normal View History

{
"domain": "tradfri",
"name": "IKEA TRÅDFRI",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/tradfri",
2020-09-05 22:36:32 +00:00
"requirements": [
2020-09-06 10:01:14 +00:00
"pytradfri[async]==7.0.2"
2020-09-05 22:36:32 +00:00
],
"homekit": {
2020-09-05 22:36:32 +00:00
"models": [
"TRADFRI"
]
},
2020-09-05 22:36:32 +00:00
"codeowners": [
"@ggravlingen"
]
}