1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/xbox/manifest.json
2026-03-03 11:10:14 +01:00

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"
}
]
}