hass-core/homeassistant/components/tradfri/manifest.json
Paulus Schoutsen 948ec80b6e
Bump pytradfri to 7.0.0, support multiple gateways ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-09-03 14:47:14 +02:00

11 lines
276 B
JSON

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