Skip to content

Commit a7e9788

Browse files
committed
2023.11.0 - added delay with GH and Alexa
1 parent a593aef commit a7e9788

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: blueprints/cn_fsm/cn_fsm_appliances.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blueprint: #https://www.home-assistant.io/docs/blueprint/schema/
2-
name: CN FSM Elettrodomestici 2023.10.2
2+
name: CN FSM Elettrodomestici 2023.11.0
33
description: |
44
55
## CN FSM Appliances
@@ -29,7 +29,7 @@ blueprint: #https://www.home-assistant.io/docs/blueprint/schema/
2929
- monitora il valore totale del tempo di esercizio
3030
3131
Authors: [Gianpi](https://github.com/jumping2000) by [Site hassiohelp](https://hassiohelp.eu/)
32-
Date Started 15/05/2023 - Updated 29/10/2023
32+
Date Started 15/05/2023 - Updated 12/11/2023
3333
3434
domain: automation
3535
author: https://github.com/jumping2000/
@@ -595,6 +595,7 @@ action:
595595
data:
596596
message: "{{ message }}"
597597
entity_id: !input media_player_google
598+
- delay: "00:00:04"
598599
- if:
599600
condition: template
600601
value_template: "{{ not not media_player_alexa }}"
@@ -604,12 +605,14 @@ action:
604605
volume_level: "{{ volume_level }}"
605606
target:
606607
entity_id: !input media_player_alexa
608+
- delay: "00:00:01"
607609
- service: notify.alexa_media
608610
data:
609611
message: "{{ message }}"
610612
target: !input media_player_alexa
611613
data:
612-
type: announce
614+
type: announce
615+
- delay: "00:00:04"
613616
- *debug-mode
614617
- alias: Status -> Stato2 (Lavaggio/Riscaldamento) o Stato3 (Risciacquo/Mantenimento)
615618
conditions: "{{ trigger.to_state.state in [stato2,stato3] and send_intermediate }}"

0 commit comments

Comments
 (0)