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 +```