mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
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:
parent
7957bcf68c
commit
cdbb1af076
@ -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`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user