mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
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:
parent
e0831e1008
commit
b13db6391a
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user