From b213b55ca980d3849f301f7c68208e39a1e60ddb Mon Sep 17 00:00:00 2001 From: Lau1406 Date: Thu, 15 Apr 2021 22:48:39 +0200 Subject: [PATCH] Add missing target field to media_seek (#49031) --- homeassistant/components/media_player/services.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/media_player/services.yaml b/homeassistant/components/media_player/services.yaml index e2a260dc80f..bec89ed44fb 100644 --- a/homeassistant/components/media_player/services.yaml +++ b/homeassistant/components/media_player/services.yaml @@ -89,6 +89,7 @@ media_seek: name: Seek description: Send the media player the command to seek in current playing media. + target: fields: seek_position: name: Position