Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar authored Feb 16, 2021
1 parent d725f3e commit f1fbc40
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,10 @@ An example of a script that would start the Plex app on a Roku device:
```
start_lr_plex:
sequence:
- service: media_player.select_source
entity_id: media_player.lr_roku
data:
source: 'Plex'
- condition: template
value_template: "{{ state_attr('media_player.roku', 'source') != 'Plex - Stream for Free' }}"
- service: media_player.select_source
entity_id: media_player.roku
data:
source: Plex - Stream for Free
```

0 comments on commit f1fbc40

Please sign in to comment.