mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Fix two spelling mistakes and minor grammar optimizations (#16138)
- Fixed two spelling mistakes - Changed casing to match Xbox UI - Removed extraneous words
This commit is contained in:
parent
7df05d6b56
commit
0c4c4670ee
@ -16,7 +16,7 @@ ha_config_flow: true
|
||||
|
||||
The Xbox integration allows you to control Xbox One (or newer) consoles from Home Assistant.
|
||||
|
||||
Home Assistant authenticates with Xbox Live through OAuth2 using the Home Assistant Cloud account linking service. Set up the integration through **Configuration -> Integrations -> Xbox**. Ensure you login using the Microsoft account that is linked to your Xbox consoles. Note that for the media player and remote entities to be added your Xbox will need to have remote features enabled via **Settings -> Devices & conections -> Remote Features** (you may need to uprade your controller firmware).
|
||||
Home Assistant authenticates with Xbox Live through OAuth2 using the Home Assistant Cloud account linking service. Set up the integration through **Configuration -> Integrations -> Xbox**. Ensure you login using the Microsoft account that is linked to your Xbox consoles. Note that for the media player and remote entities to be added your Xbox will need to have remote features enabled via **Settings -> Devices & connections -> Remote features** (you may need to upgrade your controller firmware).
|
||||
|
||||
<div class='note'>
|
||||
|
||||
@ -42,13 +42,13 @@ The Xbox media player platform will create Media Player entities for each consol
|
||||
|
||||
Launches an application on the Xbox console using the application's product ID. Also supports "Home" and "TV" to navigate to the dashboard or Live TV respectively.
|
||||
|
||||
You can find Product IDs by using the **Developer Tools -> Events** tab and listening to the `call_service` event. In a new browser tab, navigate to the media browser for your console and click on an App/Game to see the product ID in the event.
|
||||
You can find Product IDs using the **Developer Tools -> Events** tab and listening to the `call_service` event. In a new browser tab, navigate to the media browser for your console and click on an App/Game to see the product ID in the event.
|
||||
|
||||
| Service data attribute | Description |
|
||||
| ---------------------- | --------------------------------------|
|
||||
| `entity_id` | `entity_id` of the Xbox media player |
|
||||
| `media_content_id` | "Home"/"TV"/{product_id} |
|
||||
| `media_content_type` | Any Value |
|
||||
| `media_content_id` | "Home"/"TV"/{product_id} |
|
||||
| `media_content_type` | Any Value |
|
||||
|
||||
**Examples:**
|
||||
|
||||
@ -243,9 +243,9 @@ elements:
|
||||
|
||||
## Binary Sensor
|
||||
|
||||
The Xbox binary sensor platform automatically keeps track of your "**Favorite** friends". In your friends list, select **Change friendship -> Favorite** in order to have that person automatically pulled into Home Assistant.
|
||||
The Xbox binary sensor platform automatically keeps track of your "**Favorite** friends". In your friends list, select **Change friendship -> Favorite** to have that person automatically pulled into Home Assistant.
|
||||
|
||||
There are 4 binary sensors that are added, 3 of which are disabled by default. They can be enabled in the "Xbox Live" service on the devices page.
|
||||
4 binary sensors are added, 3 of which are disabled by default. They can be enabled in the "Xbox Live" service on the devices page.
|
||||
|
||||
| Entity ID | Default | Description |
|
||||
| ----------------------------------------- | -------- | ------------------------------------------------------------|
|
||||
@ -258,7 +258,7 @@ There are 4 binary sensors that are added, 3 of which are disabled by default. T
|
||||
|
||||
Just like the binary sensors, the Xbox sensor platform automatically keeps track of your "**Favorite** friends".
|
||||
|
||||
There are 4 sensors that are added, **all** of which are disabled by default. They can be enabled in the "Xbox Live" service on the devices page.
|
||||
4 sensors are added, **all** of which are disabled by default. They can be enabled in the "Xbox Live" service on the devices page.
|
||||
|
||||
| Entity ID | Default | Description |
|
||||
| ---------------------------------| -------- | -------------------------------------------------------------------------|
|
||||
|
Loading…
x
Reference in New Issue
Block a user