From 85f44fa008d397d9125dfc0d2b96ea53f389613c Mon Sep 17 00:00:00 2001 From: Pete Sage <76050312+PeteRager@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:43:13 -0500 Subject: [PATCH] Update play_media parameter description in Media Player (#138855) --- homeassistant/components/media_player/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/media_player/strings.json b/homeassistant/components/media_player/strings.json index 2127716cd66..02c0b59e4f0 100644 --- a/homeassistant/components/media_player/strings.json +++ b/homeassistant/components/media_player/strings.json @@ -248,7 +248,7 @@ }, "media_content_type": { "name": "Content type", - "description": "The type of the content to play. Such as image, music, tv show, video, episode, channel, or playlist." + "description": "The type of the content to play, such as image, music, tv show, video, episode, channel, or playlist." }, "enqueue": { "name": "Enqueue",