From f3e45238c0f025b56e626c0aa028d961b3f4291e Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Fri, 31 Mar 2023 20:30:22 +0200 Subject: [PATCH] Remove xbox_live integration (#26817) --- CODEOWNERS | 1 - source/_integrations/xbox_live.markdown | 53 ------------------------- source/_redirects | 1 + 3 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 source/_integrations/xbox_live.markdown diff --git a/CODEOWNERS b/CODEOWNERS index fa4fb686b0d..a0e19853f5c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -775,7 +775,6 @@ source/_integrations/workday.markdown @fabaff source/_integrations/worldclock.markdown @fabaff source/_integrations/ws66i.markdown @ssaenger source/_integrations/xbox.markdown @hunterjm -source/_integrations/xbox_live.markdown @MartinHjelmare source/_integrations/xiaomi_aqara.markdown @danielhiversen @syssi source/_integrations/xiaomi_ble.markdown @Jc2k @Ernst79 source/_integrations/xiaomi_miio.markdown @rytilahti @syssi @starkillerOG diff --git a/source/_integrations/xbox_live.markdown b/source/_integrations/xbox_live.markdown deleted file mode 100644 index 2125fdbbe9d..00000000000 --- a/source/_integrations/xbox_live.markdown +++ /dev/null @@ -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 ---- - -
- This integration is pending removal from Home Assistant and will be no longer available as of Home Assistant 2023.2. -
- -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 %} diff --git a/source/_redirects b/source/_redirects index fa40610b966..504015e0246 100644 --- a/source/_redirects +++ b/source/_redirects @@ -523,6 +523,7 @@ /integrations/wink /more-info/removed-integration 301 /integrations/wunderground /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/yessssms /more-info/removed-integration 301 /integrations/yweather /more-info/removed-integration 301