1
0
ansible-home-assistant/automations/behaviour-tv.yaml
2021-05-24 20:26:03 +02:00

30 lines
671 B
YAML

- id: tv_morning
alias: '[Behaviour] 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