Add 100msec delay to allow overlay icons to complete

This commit is contained in:
aderusha 2021-03-06 09:59:15 -05:00
parent a53bcd3502
commit 3b609bbd51

View File

@ -26,6 +26,7 @@ blueprint:
</details>
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}}"