From 3b609bbd5188c6267dbbb71e596f97f32933452a Mon Sep 17 00:00:00 2001 From: aderusha Date: Sat, 6 Mar 2021 09:59:15 -0500 Subject: [PATCH] Add 100msec delay to allow overlay icons to complete --- Home_Assistant/blueprints/hasp_Activate_Page.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home_Assistant/blueprints/hasp_Activate_Page.yaml b/Home_Assistant/blueprints/hasp_Activate_Page.yaml index 0e133cc..41dece3 100644 --- a/Home_Assistant/blueprints/hasp_Activate_Page.yaml +++ b/Home_Assistant/blueprints/hasp_Activate_Page.yaml @@ -26,6 +26,7 @@ blueprint: + source_url: "https://github.com/HASwitchPlate/Blueprints/blob/main/hasp_Activate_Page.yaml" domain: automation input: haspdevice: @@ -117,8 +118,8 @@ condition: value_template: "{{ is_state(haspsensor, 'ON') }}" action: + - delay: "00:00:00.1" - service: mqtt.publish data: topic: "{{pagecommandtopic}}" payload: "{{targetpage}}" -