mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
29 lines
610 B
JSON
29 lines
610 B
JSON
{
|
|
"domain": "xbox",
|
|
"name": "Xbox",
|
|
"codeowners": ["@hunterjm", "@tr4nt0r"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"dhcp": [
|
|
{
|
|
"hostname": "xbox*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/xbox",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"quality_scale": "platinum",
|
|
|
|
"requirements": ["python-xbox==0.2.0"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "Microsoft Corporation",
|
|
"modelName": "Xbox 360"
|
|
},
|
|
{
|
|
"manufacturer": "Microsoft Corporation",
|
|
"modelName": "Xbox One"
|
|
}
|
|
]
|
|
}
|