Correct 'play_media' to 'media_play'. (#3681)
This commit is contained in:
parent
ebc5bb1f72
commit
bff0e5c6ef
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Interacts with media players on your network. Please check the sidebar for a ful
|
|||
## {% linkable_title Services %}
|
||||
|
||||
### {% linkable_title Media control services %}
|
||||
Available services: `turn_on`, `turn_off`, `toggle`, `volume_up`, `volume_down`, `media_play_pause`, `play_media`, `media_pause`, `media_stop`, `media_next_track`, `media_previous_track`, `clear_playlist`
|
||||
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`
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ------------------------------------------------ |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue