Allume la TV, avant de tester. Voir si déjà ça passe en mode TV et change la chaine.
J’avais compris que ce code passait ta TV en mode télévision :
- action: remote.turn_on
data:
activity: com.tcl.tv
target:
entity_id: remote.tele_salon
sinon un script, qui allume la tv, passe en mode TV et change la chaine :
alias: Changer chaine TV
sequence:
- action: remote.send_command
data:
command: POWER
target:
entity_id: remote.tele_salon
- action: remote.turn_on
data:
activity: com.tcl.tv
target:
entity_id: remote.tele_salon
- action: remote.send_command
data:
command: 1
target:
entity_id: remote.tele_salon
mode: single