Fix documentation on Alexa media player support (#26110)

This commit is contained in:
Jan Bouwhuis 2023-02-06 18:42:14 +01:00 committed by GitHub
parent e747e11838
commit 002950aee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,6 @@ Steps to Integrate an Amazon Alexa Smart Home Skill with Home Assistant:
- [Equalizer Mode](#equalizer-mode)
- [Inputs](#inputs)
- [Playback State](#playback-state)
- [Seek](#seek)
- [Scene](#scene)
- [Script](#script)
- [Sensor](#sensor)
@ -501,7 +500,6 @@ The following integrations are currently supported:
- [Equalizer Mode](#equalizer-mode)
- [Inputs](#inputs)
- [Playback State](#playback-state)
- [Seek](#seek)
- [Scene](#scene)
- [Script](#script)
- [Sensor](#sensor)
@ -979,10 +977,9 @@ Home Assistant will attempt to translate the `media_player` `source_list` into a
Requires [Proactive Events](#proactive-events) enabled.
#### Seek
- _"Alexa, skip 30 seconds on device."_
- _"Alexa, go back 10 seconds on device."_
<div class='note info'>
Intents to seek forwards (skip) or to rewind (go back) are not supported at the moment.
</div>
### Scene