Remove xbox_live integration (#26817)

This commit is contained in:
Martin Hjelmare 2023-03-31 20:30:22 +02:00 committed by GitHub
parent 9da22bdd8f
commit f3e45238c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 54 deletions

View File

@ -775,7 +775,6 @@ source/_integrations/workday.markdown @fabaff
source/_integrations/worldclock.markdown @fabaff source/_integrations/worldclock.markdown @fabaff
source/_integrations/ws66i.markdown @ssaenger source/_integrations/ws66i.markdown @ssaenger
source/_integrations/xbox.markdown @hunterjm source/_integrations/xbox.markdown @hunterjm
source/_integrations/xbox_live.markdown @MartinHjelmare
source/_integrations/xiaomi_aqara.markdown @danielhiversen @syssi source/_integrations/xiaomi_aqara.markdown @danielhiversen @syssi
source/_integrations/xiaomi_ble.markdown @Jc2k @Ernst79 source/_integrations/xiaomi_ble.markdown @Jc2k @Ernst79
source/_integrations/xiaomi_miio.markdown @rytilahti @syssi @starkillerOG source/_integrations/xiaomi_miio.markdown @rytilahti @syssi @starkillerOG

View File

@ -1,53 +0,0 @@
---
title: Xbox Live
description: Instructions on how to set up Xbox Live sensors in Home Assistant.
ha_category:
- Social
ha_iot_class: Cloud Polling
ha_release: 0.28
ha_codeowners:
- '@MartinHjelmare'
ha_domain: xbox_live
ha_platforms:
- sensor
ha_integration_type: integration
---
<div class='note warning'>
This integration is pending removal from Home Assistant and will be no longer available as of Home Assistant 2023.2.
</div>
The Xbox Live integration is able to track [Xbox](https://xbox.com/) profiles.
To use this sensor you need a free API key from
[xapi.us](https://xapi.us/).
Please also make sure to connect your Xbox account on that site.
The configuration requires you to specify XUIDs which are the unique identifiers
for profiles. These can be determined on [xapi.us](https://xapi.us/) by
either looking at your own profile page or using their interactive documentation
to search for gamertags. Sensor names default to the gamertag associated with an XUID.
To use the Xbox Live sensor in your installation,
add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
sensor:
- platform: xbox_live
api_key: YOUR_API_KEY
xuid:
- account1
- account2
```
{% configuration %}
api_key:
description: Your API key from [xapi.us](https://xapi.us/).
required: true
type: string
xuid:
description: Array of profile XUIDs to be tracked.
required: true
type: list
{% endconfiguration %}

View File

@ -523,6 +523,7 @@
/integrations/wink /more-info/removed-integration 301 /integrations/wink /more-info/removed-integration 301
/integrations/wunderground /more-info/removed-integration 301 /integrations/wunderground /more-info/removed-integration 301
/integrations/xbee /more-info/removed-integration 301 /integrations/xbee /more-info/removed-integration 301
/integrations/xbox_live /more-info/removed-integration 301
/integrations/xfinity /more-info/removed-integration 301 /integrations/xfinity /more-info/removed-integration 301
/integrations/yessssms /more-info/removed-integration 301 /integrations/yessssms /more-info/removed-integration 301
/integrations/yweather /more-info/removed-integration 301 /integrations/yweather /more-info/removed-integration 301