From 2ef7f26ffbcee640d94c67f267ebc0b208625835 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 5 Feb 2026 09:07:10 +0100 Subject: [PATCH] Improve description of `camera.play_stream` action (#162264) --- homeassistant/components/camera/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/camera/strings.json b/homeassistant/components/camera/strings.json index 57d193d7ae4e..a021b5c8f8bf 100644 --- a/homeassistant/components/camera/strings.json +++ b/homeassistant/components/camera/strings.json @@ -58,14 +58,14 @@ "name": "Enable motion detection" }, "play_stream": { - "description": "Plays the camera stream on a supported media player.", + "description": "Plays a camera stream on a supported media player.", "fields": { "format": { "description": "Stream format supported by the media player.", "name": "Format" }, "media_player": { - "description": "Media players to stream to.", + "description": "Media player to stream to.", "name": "Media player" } },