From 422e716f06423bfa760e72eb673f4747ca3a6059 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 9 May 2018 11:29:06 +0200 Subject: [PATCH] Add range (fixes #5319) (#5333) --- source/_components/media_player.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.markdown b/source/_components/media_player.markdown index 40b642dc0c2..a2315f764d6 100644 --- a/source/_components/media_player.markdown +++ b/source/_components/media_player.markdown @@ -32,7 +32,7 @@ Available services: `turn_on`, `turn_off`, `toggle`, `volume_up`, `volume_down`, | Service data attribute | Optional | Description | |------------------------|----------|--------------------------------------------------| | `entity_id` | yes | Target a specific media player. Defaults to all. | -| `volume_level` | no | Float for volume level | +| `volume_level` | no | Float for volume level. Range 0..1 | #### {% linkable_title Service `media_player.media_seek` %}