From c50fc91cc05b94670a9b3c2b3940ed0ff497ee69 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Thu, 12 Aug 2021 00:51:22 +0200 Subject: [PATCH] Change when to update harmony mode switch from instantly to 5 minutes --- configuration/automations/tv-automations.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configuration/automations/tv-automations.yaml b/configuration/automations/tv-automations.yaml index 0ae356c..4155224 100644 --- a/configuration/automations/tv-automations.yaml +++ b/configuration/automations/tv-automations.yaml @@ -31,12 +31,14 @@ action: - service: script.pc_sleep -- id: tv-set-harmony-mode - alias: '[TV] Set harmony mode' +- id: tv-update-harmony-mode + alias: '[TV] Update harmony mode' mode: single trigger: - platform: state entity_id: media_player.samsung_qe55q6fam to: 'unavailable' + for: + minutes: 5 action: - service: script.tv_off \ No newline at end of file