Add range (fixes #5319) (#5333)

This commit is contained in:
Fabian Affolter 2018-05-09 11:29:06 +02:00 committed by GitHub
parent 86ee730ff8
commit 422e716f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ Available services: `turn_on`, `turn_off`, `toggle`, `volume_up`, `volume_down`,
| Service data attribute | Optional | Description | | Service data attribute | Optional | Description |
|------------------------|----------|--------------------------------------------------| |------------------------|----------|--------------------------------------------------|
| `entity_id` | yes | Target a specific media player. Defaults to all. | | `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` %} #### {% linkable_title Service `media_player.media_seek` %}