30 lines
656 B
YAML
30 lines
656 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.speak
|
|
data:
|
|
language: pl
|
|
message: Wstawaj a nie oglądaj telewizję
|
|
entity_id: media_player.livingroom_speaker
|
|
mode: single
|