1
0

Automation for tv

This commit is contained in:
pgrondek 2020-11-08 23:54:34 +01:00
parent d43b9a1797
commit 99b9a39ca9

29
automations/files/tv.yaml Normal file
View File

@ -0,0 +1,29 @@
- id: tv_morning
alias: Morning TV turn off
description: ''
trigger:
- platform: state
entity_id: media_player.samsung_qe55q6fam
from: 'off'
to: 'on'
condition:
- condition: time
after: '6:00'
before: '10:00'
weekday:
- mon
- tue
- wed
- thu
- fri
action:
- delay: '5'
- service: media_player.turn_off
data: {}
entity_id: media_player.samsung_qe55q6fam
- service: tts.google_translate_say
data:
language: pl
message: Wstawaj a nie oglądaj telewizję
entity_id: media_player.livingroom_speaker
mode: single