fix media_player playack action name (#9363)

Action that accepts media content parameters is `play_media` not `media_play`
This commit is contained in:
Matej Drobnič 2019-05-02 09:48:17 +02:00 committed by Fabian Affolter
parent df760a352f
commit f4a41b79e3

View File

@ -42,7 +42,7 @@ Available services: `turn_on`, `turn_off`, `toggle`, `volume_up`, `volume_down`,
| `entity_id` | yes | Target a specific media player. Defaults to all. |
| `seek_position` | no | Position to seek to. The format is platform dependent. |
#### {% linkable_title Service `media_player.media_play` %}
#### {% linkable_title Service `media_player.play_media` %}
| Service data attribute | Optional | Description |
| -----------------------| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |