new documentation regarding play_media service (#12902)

* new documentation regarding play_media service

* ✏️ Tweak

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Quinn Hosler 2020-04-15 08:58:36 -04:00 committed by GitHub
parent e0831e1008
commit b13db6391a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,3 +116,14 @@ action:
source: 20197
service: media_player.select_source
```
It is also possible to tune directly to specific channels if you have a Roku TV and use an OTA antenna. This service only supports `media_channel_type` of 'channel'. `media_content_id` corresponds to the TV channel, which you should see when navigating to these on your TV UI.
```yaml
action:
- data:
entity_id: media_player.roku
media_content_id: 5.1
media_content_type: channel
service: media_player.play_media
```