Hey there, I have an automation set up to turn on my AVR when my Roku starts playing or gets turned on, but it’s note quite as responsive as I’d like. For whatever reason, HDMI CEC isn’t turning ON my receiver. It only turns it off.
So… I created an automation. Pasted below. What I really want is my AVR to turn on as SOON AS I DO ANYTHING on the Roku, except for turn it off. Like the moment I first touch a button, I want the automation to run.
Right now, I think because my roku is idle, not off, the AVR won’t turn on until I actually start playing content. What do I need to change so that it turns the AVR on as soon as I push a button.
alias: Turn on AVR
description: ""
trigger:
- platform: device
device_id: 4c0f04888003bbadce80128b385e1722
domain: media_player
entity_id: 1b0ff4a8639e9e9df33eff5c88670def
type: playing
- platform: device
device_id: 4c0f04888003bbadce80128b385e1722
domain: media_player
entity_id: 1b0ff4a8639e9e9df33eff5c88670def
type: turned_on
condition: []
action:
- action: media_player.turn_on
metadata: {}
data: {}
target:
entity_id: media_player.living_room
mode: single