@@ -14,32 +14,32 @@ Interacts with media players on your network. Please check the sidebar for a ful
14
14
## {% linkable_title Services %}
15
15
16
16
### {% linkable_title Media control services %}
17
- Available services: ` turn_on ` , ` turn_off ` , ` toggle ` , ` volume_up ` , ` volume_down ` , ` media_play_pause ` , ` media_play ` , ` media_pause ` , ` media_next_track ` , ` media_previous_track ` , ` clear_playlist `
17
+ Available services: ` turn_on ` , ` turn_off ` , ` toggle ` , ` volume_up ` , ` volume_down ` , ` media_play_pause ` , ` media_play ` , ` media_pause ` , ` media_stop ` , ` media_next_track ` , ` media_previous_track ` , ` clear_playlist `
18
18
19
19
| Service data attribute | Optional | Description |
20
20
| ---------------------- | -------- | ----------- |
21
21
| ` entity_id ` | yes | Target a specific media player. Defaults to all.
22
22
23
- #### {% linkable_title Service ` media_player/mute_volume ` %}
23
+ #### {% linkable_title Service ` media_player/volume_mute ` %}
24
24
25
- | Service data attribute | Optional | Description |
26
- | ---------------------- | -------- | ----------- |
27
- | ` entity_id ` | yes | Target a specific media player. Defaults to all.
28
- | ` mute ` | no | True/false for mute/unmute
25
+ | Service data attribute | Optional | Description |
26
+ | ------------------------ | ---------- | -------------------------------------------------- |
27
+ | ` entity_id ` | yes | Target a specific media player. Defaults to all. |
28
+ | ` is_volume_muted ` | no | True/false for mute/unmute |
29
29
30
- #### {% linkable_title Service ` media_player/set_volume_level ` %}
30
+ #### {% linkable_title Service ` media_player/volume_set ` %}
31
31
32
- | Service data attribute | Optional | Description |
33
- | ---------------------- | -------- | ----------- |
34
- | ` entity_id ` | yes | Target a specific media player. Defaults to all.
35
- | ` volume ` | no | Integer for volume level
32
+ | Service data attribute | Optional | Description |
33
+ | ------------------------ | ---------- | -------------------------------------------------- |
34
+ | ` entity_id ` | yes | Target a specific media player. Defaults to all. |
35
+ | ` volume_level ` | no | Integer for volume level |
36
36
37
37
#### {% linkable_title Service ` media_player/media_seek ` %}
38
38
39
- | Service data attribute | Optional | Description |
40
- | ---------------------- | -------- | ----------- |
41
- | ` entity_id ` | yes | Target a specific media player. Defaults to all.
42
- | ` position ` | no | Position to seek to. The format is platform dependent.
39
+ | Service data attribute | Optional | Description |
40
+ | ------------------------ | ---------- | -------------------------------------------------------- |
41
+ | ` entity_id ` | yes | Target a specific media player. Defaults to all. |
42
+ | ` seek_position ` | no | Position to seek to. The format is platform dependent. |
43
43
44
44
#### {% linkable_title Service ` media_player/play_media ` %}
45
45
0 commit comments