File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
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
3
3
description : |
4
4
5
5
## CN FSM Appliances
@@ -29,7 +29,7 @@ blueprint: #https://www.home-assistant.io/docs/blueprint/schema/
29
29
- monitora il valore totale del tempo di esercizio
30
30
31
31
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
33
33
34
34
domain : automation
35
35
author : https://github.com/jumping2000/
@@ -595,6 +595,7 @@ action:
595
595
data :
596
596
message : " {{ message }}"
597
597
entity_id : !input media_player_google
598
+ - delay : " 00:00:04"
598
599
- if :
599
600
condition : template
600
601
value_template : " {{ not not media_player_alexa }}"
@@ -604,12 +605,14 @@ action:
604
605
volume_level : " {{ volume_level }}"
605
606
target :
606
607
entity_id : !input media_player_alexa
608
+ - delay : " 00:00:01"
607
609
- service : notify.alexa_media
608
610
data :
609
611
message : " {{ message }}"
610
612
target : !input media_player_alexa
611
613
data :
612
- type : announce
614
+ type : announce
615
+ - delay : " 00:00:04"
613
616
- *debug-mode
614
617
- alias : Status -> Stato2 (Lavaggio/Riscaldamento) o Stato3 (Risciacquo/Mantenimento)
615
618
conditions : " {{ trigger.to_state.state in [stato2,stato3] and send_intermediate }}"
You can’t perform that action at this time.
0 commit comments