From cdbb1af076517c10c74c132573e1418ea814b80e Mon Sep 17 00:00:00 2001 From: Curt Grimes Date: Mon, 19 Jun 2023 02:14:28 -0500 Subject: [PATCH] Add missing remote commands to Apple TV docs (#27875) Add missing remote commands to Apple TV docs based on this list https://pyatv.dev/api/interface#pyatv.interface.RemoteControl as recommended by https://community.home-assistant.io/t/apple-tv-remote-implementation/194317/43. Fix a couple minor typos. --- source/_integrations/apple_tv.markdown | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/source/_integrations/apple_tv.markdown b/source/_integrations/apple_tv.markdown index 4ae314c13ce..823cb643851 100644 --- a/source/_integrations/apple_tv.markdown +++ b/source/_integrations/apple_tv.markdown @@ -36,25 +36,32 @@ This entity will display the active app and playback controls. ## Remote The Apple TV remote platform will automatically create a Remote entity for each Apple TV -configured on to your Home Assistant instance. +configured on your Home Assistant instance. These entities allow you to turn the device on/off and to send control commands. The following commands are currently available: - `wakeup` +- `suspend` - `home` - `home_hold` - `top_menu` - `menu` - `select` +- `play` +- `pause` - `up` - `down` - `left` - `right` - `volume_up` - `volume_down` +- `previous` +- `next` +- `skip_backward` +- `skip_forward` -**NOTE:** Not all commands are supported by all Apple TV versions +**NOTE:** Not all commands are supported by all Apple TV versions. ### Service `send_command`