Improve description of camera.play_stream action (#162264)

This commit is contained in:
Norbert Rittel
2026-02-05 09:07:10 +01:00
committed by GitHub
parent 184bea49e2
commit 2ef7f26ffb
+2 -2
View File
@@ -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"
}
},