diff --git a/automations/files/tv.yaml b/automations/files/tv.yaml new file mode 100644 index 0000000..b01ff78 --- /dev/null +++ b/automations/files/tv.yaml @@ -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