Created
May 14, 2023 17:57
-
-
Save SnoFox/fcb63a233e89b8fc0a9515b809396a7e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: TV - Set Game Picture Mode | |
sequence: | |
- service: notify.living_room_tv | |
data: | |
message: Changing picture mode... | |
- service: webostv.button | |
data: | |
entity_id: media_player.living_room_tv | |
button: MENU | |
- delay: | |
hours: 0 | |
minutes: 0 | |
seconds: 1 | |
milliseconds: 0 | |
- service: webostv.button | |
data: | |
entity_id: media_player.living_room_tv | |
button: DOWN | |
- delay: | |
hours: 0 | |
minutes: 0 | |
seconds: 0 | |
milliseconds: 250 | |
- service: webostv.button | |
data: | |
entity_id: media_player.living_room_tv | |
button: ENTER | |
- delay: | |
hours: 0 | |
minutes: 0 | |
seconds: 0 | |
milliseconds: 250 | |
- service: webostv.button | |
data: | |
entity_id: media_player.living_room_tv | |
button: RIGHT | |
- delay: | |
hours: 0 | |
minutes: 0 | |
seconds: 0 | |
milliseconds: 250 | |
- service: webostv.button | |
data: | |
entity_id: media_player.living_room_tv | |
button: RIGHT | |
- delay: | |
hours: 0 | |
minutes: 0 | |
seconds: 0 | |
milliseconds: 250 | |
- service: webostv.button | |
data: | |
entity_id: media_player.living_room_tv | |
button: RIGHT | |
- delay: | |
hours: 0 | |
minutes: 0 | |
seconds: 0 | |
milliseconds: 250 | |
- service: webostv.button | |
data: | |
entity_id: media_player.living_room_tv | |
button: RIGHT | |
- delay: | |
hours: 0 | |
minutes: 0 | |
seconds: 0 | |
milliseconds: 250 | |
- service: webostv.button | |
data: | |
entity_id: media_player.living_room_tv | |
button: MENU | |
mode: single |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment