* initial implementation of xbox media source * minor fixes * fix lint * add media class map to remove multi-line ternary
9 lines
235 B
JSON
9 lines
235 B
JSON
{
|
|
"domain": "xbox",
|
|
"name": "Xbox",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/xbox",
|
|
"requirements": ["xbox-webapi==2.0.8"],
|
|
"dependencies": ["http"],
|
|
"codeowners": ["@hunterjm"]
|
|
}
|