core/homeassistant/components/tradfri/manifest.json

13 lines
237 B
JSON
Raw Normal View History

{
"domain": "tradfri",
"name": "Tradfri",
"documentation": "https://www.home-assistant.io/components/tradfri",
"requirements": [
"pytradfri[async]==6.0.1"
],
"dependencies": [],
"codeowners": [
"@ggravlingen"
]
}