From b13db6391a34ac03b30bf5dc038d4fd9e1ec5fc4 Mon Sep 17 00:00:00 2001 From: Quinn Hosler Date: Wed, 15 Apr 2020 08:58:36 -0400 Subject: [PATCH] new documentation regarding play_media service (#12902) * new documentation regarding play_media service * :pencil2: Tweak * :pencil2: Tweak Co-authored-by: Franck Nijhof --- source/_integrations/roku.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_integrations/roku.markdown b/source/_integrations/roku.markdown index 7050fefb749..96e7b5f0532 100644 --- a/source/_integrations/roku.markdown +++ b/source/_integrations/roku.markdown @@ -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 +```