mirror of
https://github.com/HASwitchPlate/HASPone.git
synced 2025-08-04 08:57:47 +00:00
Add 100msec delay to allow overlay icons to complete
This commit is contained in:
parent
a53bcd3502
commit
3b609bbd51
@ -26,6 +26,7 @@ blueprint:
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
source_url: "https://github.com/HASwitchPlate/Blueprints/blob/main/hasp_Activate_Page.yaml"
|
||||||
domain: automation
|
domain: automation
|
||||||
input:
|
input:
|
||||||
haspdevice:
|
haspdevice:
|
||||||
@ -117,8 +118,8 @@ condition:
|
|||||||
value_template: "{{ is_state(haspsensor, 'ON') }}"
|
value_template: "{{ is_state(haspsensor, 'ON') }}"
|
||||||
|
|
||||||
action:
|
action:
|
||||||
|
- delay: "00:00:00.1"
|
||||||
- service: mqtt.publish
|
- service: mqtt.publish
|
||||||
data:
|
data:
|
||||||
topic: "{{pagecommandtopic}}"
|
topic: "{{pagecommandtopic}}"
|
||||||
payload: "{{targetpage}}"
|
payload: "{{targetpage}}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user