Hello.
Starting with the beggining:
I have 3 scenes:
- TV ON (lights at 40%)
- TV OFF (no lights)
- TV pause (lights at 100%)
Also I have 3 Automations named:
- AUTOMATIZARE: TV ON
- AUTOMATIZARE: TV OFF
- AUTOMATIZARE: TV de la playing la pauza
The first two of them works perfectly but the 3rd one wich should “action” the scene “TV pause” with lights at 100% isn’t working (this should action “TV pause” scene on pause video on YouTube or Netflix).
I’ve been searching over the internet, all automations are same thing but in my case doesn’t work.
My TV is Samsung Smart TV Ultra HD AU7092, 4K, HDR.
Any help, please? Thanks in advance
alias: "AUTOMATIZARE: TV ON"
trigger:
- platform: state
entity_id:
- media_player.tv_living
to: "on"
from: "off"
- platform: device
device_id: 023ac53b4040c91a958eadaf6eeba7f9
domain: media_player
entity_id: 0c44ebef56aa061d5a641e80fa92937d
type: turned_on
condition: []
action:
- service: scene.turn_on
data: {}
target:
entity_id: scene.tv_online
alias: "AUTOMATIZARE: TV OFF"
trigger:
- platform: state
entity_id:
- media_player.tv_living
to: "off"
from: "on"
- platform: device
device_id: 023ac53b4040c91a958eadaf6eeba7f9
domain: media_player
entity_id: 0c44ebef56aa061d5a641e80fa92937d
type: turned_off
condition: []
action:
- service: scene.turn_on
data: {}
target:
entity_id: scene.am_stins_tv
alias: "AUTOMATIZARE: TV de la playing la pauza"
trigger:
- platform: state
entity_id:
- media_player.tv_living
from: null
to: paused
condition: []
action:
- service: scene.turn_on
data: {}
target:
entity_id: scene.tv
mode: single