Correct 'play_media' to 'media_play'. (#3681)

This commit is contained in:
jeremysv 2017-10-20 00:03:03 -07:00 committed by Fabian Affolter
parent 4fed32d212
commit bc62f29960
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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 |
| ---------------------- | -------- | ------------------------------------------------ |