Skip to content

Instantly share code, notes, and snippets.

@SnoFox
Created May 14, 2023 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SnoFox/fcb63a233e89b8fc0a9515b809396a7e to your computer and use it in GitHub Desktop.
Save SnoFox/fcb63a233e89b8fc0a9515b809396a7e to your computer and use it in GitHub Desktop.
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