Skip to content

Instantly share code, notes, and snippets.

@artipixel
Created January 1, 2023 18:34
Show Gist options
  • Save artipixel/29f0fc5d08f491ebe951c3bd0554f784 to your computer and use it in GitHub Desktop.
Save artipixel/29f0fc5d08f491ebe951c3bd0554f784 to your computer and use it in GitHub Desktop.
Trigger movie mode automation
alias: TV remote movie mode
description: ""
trigger:
- platform: state
entity_id:
- media_player.android_tv
attribute: app_name
to: com.google.android.tv.remote.service
condition: []
action:
- service: automation.trigger
data: {}
target:
entity_id: automation.trigger_movie_mode
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment