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.
This commit is contained in:
Curt Grimes 2023-06-19 02:14:28 -05:00 committed by GitHub
parent 7957bcf68c
commit cdbb1af076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`