From 002950aee3c188c090d82a27f88b4be3782aa1f4 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Mon, 6 Feb 2023 18:42:14 +0100 Subject: [PATCH] Fix documentation on Alexa media player support (#26110) --- source/_integrations/alexa.smart_home.markdown | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/source/_integrations/alexa.smart_home.markdown b/source/_integrations/alexa.smart_home.markdown index 7220337de3f..6494b979379 100644 --- a/source/_integrations/alexa.smart_home.markdown +++ b/source/_integrations/alexa.smart_home.markdown @@ -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."_ +
+Intents to seek forwards (skip) or to rewind (go back) are not supported at the moment. +
### Scene