From e2329f2b9296552bd0e555989f5cbbe6b5750bbc Mon Sep 17 00:00:00 2001
From: dosdroid <96997348+dosdroid@users.noreply.github.com>
Date: Tue, 28 Jan 2025 08:18:49 +0100
Subject: [PATCH] Document two undocumented commands (#37108)
added two working commands - menu and view
---
source/_integrations/xbox.markdown | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/_integrations/xbox.markdown b/source/_integrations/xbox.markdown
index 98e1df4c109..07863300951 100644
--- a/source/_integrations/xbox.markdown
+++ b/source/_integrations/xbox.markdown
@@ -71,7 +71,7 @@ The Xbox remote platform will create Remote entities for each console linked to
| Data attribute | Optional | Description |
| ---------------------- | -------- | ---------------------------------------------------------------------- |
| `entity_id` | no | `entity_id` of the Xbox remote. |
-| `command` | no | List of the controller commands or text input to be sent.
Commands: A, B, X, Y, Up, Down, Left, Right |
+| `command` | no | List of the controller commands or text input to be sent.
Commands: A, B, X, Y, Up, Down, Left, Right, Menu, View |
| `num_repeats` | yes | Number of times to repeat the commands. |
| `delay_secs` | yes | Interval in seconds between one send and another. |