Skip to content

Commit 9c286d4

Browse files
committed
[2025.5.2]: 19-05-2025 14:13:12
1 parent 8fd1e46 commit 9c286d4

32 files changed

+1478
-660
lines changed

.HA_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.4.4
1+
2025.5.2

automations.yaml

Lines changed: 189 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2890,6 +2890,13 @@
28902890
- condition: state
28912891
entity_id: input_boolean.rollos_schlafzimmer
28922892
state: 'off'
2893+
- condition: time
2894+
weekday:
2895+
- fri
2896+
- thu
2897+
- wed
2898+
- tue
2899+
- mon
28932900
actions:
28942901
- choose:
28952902
- conditions:
@@ -3442,3 +3449,185 @@
34423449
- action: URI
34433450
title: Resolve now!
34443451
uri: /lovelace/home
3452+
- id: '1747227567252'
3453+
alias: Alexa Timer Check
3454+
description: ''
3455+
triggers:
3456+
- trigger: state
3457+
entity_id:
3458+
- sensor.echo_schlafzimmer_next_timer
3459+
attribute: status
3460+
to: 'ON'
3461+
id: echoSZ
3462+
- trigger: state
3463+
entity_id:
3464+
- sensor.echo_buro_next_timer
3465+
attribute: status
3466+
to: 'ON'
3467+
id: echoBU
3468+
- trigger: state
3469+
entity_id:
3470+
- sensor.echo_flur_next_timer
3471+
attribute: status
3472+
to: 'ON'
3473+
id: echoFL
3474+
- trigger: state
3475+
entity_id:
3476+
- sensor.echo_badezimmer_next_timer
3477+
attribute: status
3478+
to: 'ON'
3479+
id: echoBZ
3480+
- trigger: state
3481+
entity_id:
3482+
- sensor.echo_show_wohnzimmer_next_timer
3483+
attribute: status
3484+
to: 'ON'
3485+
id: echoWZ
3486+
conditions: []
3487+
actions:
3488+
- choose:
3489+
- conditions:
3490+
- condition: trigger
3491+
id:
3492+
- echoSZ
3493+
sequence:
3494+
- action: input_text.set_value
3495+
metadata: {}
3496+
data:
3497+
value: sensor.echo_schlafzimmer_next_timer
3498+
target:
3499+
entity_id: input_text.last_timer_echo
3500+
- conditions:
3501+
- condition: trigger
3502+
id:
3503+
- echoBU
3504+
sequence:
3505+
- action: input_text.set_value
3506+
metadata: {}
3507+
data:
3508+
value: sensor.echo_buro_next_timer
3509+
target:
3510+
entity_id: input_text.last_timer_echo
3511+
- conditions:
3512+
- condition: trigger
3513+
id:
3514+
- echoFL
3515+
sequence:
3516+
- action: input_text.set_value
3517+
metadata: {}
3518+
data:
3519+
value: sensor.echo_flur_next_timer
3520+
target:
3521+
entity_id: input_text.last_timer_echo
3522+
- conditions:
3523+
- condition: trigger
3524+
id:
3525+
- echoBZ
3526+
sequence:
3527+
- action: input_text.set_value
3528+
metadata: {}
3529+
data:
3530+
value: sensor.echo_badezimmer_next_timer
3531+
target:
3532+
entity_id: input_text.last_timer_echo
3533+
- conditions:
3534+
- condition: trigger
3535+
id:
3536+
- echoWZ
3537+
sequence:
3538+
- action: input_text.set_value
3539+
metadata: {}
3540+
data:
3541+
value: sensor.echo_show_wohnzimmer_next_timer
3542+
target:
3543+
entity_id: input_text.last_timer_echo
3544+
mode: single
3545+
- id: '1747228226174'
3546+
alias: Alexa Last Timer DELETE
3547+
description: ''
3548+
triggers:
3549+
- trigger: state
3550+
entity_id:
3551+
- sensor.echo_schlafzimmer_next_timer
3552+
attribute: status
3553+
to: 'OFF'
3554+
id: echoSZ
3555+
- trigger: state
3556+
entity_id:
3557+
- sensor.echo_buro_next_timer
3558+
attribute: status
3559+
to: 'OFF'
3560+
id: echoBU
3561+
- trigger: state
3562+
entity_id:
3563+
- sensor.echo_flur_next_timer
3564+
attribute: status
3565+
to: 'OFF'
3566+
id: echoFL
3567+
- trigger: state
3568+
entity_id:
3569+
- sensor.echo_badezimmer_next_timer
3570+
attribute: status
3571+
to: 'OFF'
3572+
id: echoBZ
3573+
- trigger: state
3574+
entity_id:
3575+
- sensor.echo_show_wohnzimmer_next_timer
3576+
attribute: status
3577+
to: 'OFF'
3578+
id: echoWZ
3579+
conditions: []
3580+
actions:
3581+
- choose:
3582+
- conditions:
3583+
- condition: trigger
3584+
id:
3585+
- echoWZ
3586+
sequence:
3587+
- action: input_text.set_value
3588+
metadata: {}
3589+
data:
3590+
value:
3591+
target:
3592+
entity_id: input_text.last_timer_echo
3593+
- conditions:
3594+
- condition: trigger
3595+
id:
3596+
- echoSZ
3597+
sequence:
3598+
- action: input_text.set_value
3599+
metadata: {}
3600+
data: {}
3601+
target:
3602+
entity_id: input_text.last_timer_echo
3603+
- conditions:
3604+
- condition: trigger
3605+
id:
3606+
- echoBU
3607+
sequence:
3608+
- action: input_text.set_value
3609+
metadata: {}
3610+
data: {}
3611+
target:
3612+
entity_id: input_text.last_timer_echo
3613+
- conditions:
3614+
- condition: trigger
3615+
id:
3616+
- echoFL
3617+
sequence:
3618+
- action: input_text.set_value
3619+
metadata: {}
3620+
data: {}
3621+
target:
3622+
entity_id: input_text.last_timer_echo
3623+
- conditions:
3624+
- condition: trigger
3625+
id:
3626+
- echoBZ
3627+
sequence:
3628+
- action: input_text.set_value
3629+
metadata: {}
3630+
data: {}
3631+
target:
3632+
entity_id: input_text.last_timer_echo
3633+
mode: single
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
actions:
2+
- choose:
3+
- conditions:
4+
- condition: trigger
5+
id:
6+
- echoWZ
7+
sequence:
8+
- action: input_text.set_value
9+
data:
10+
value: null
11+
metadata: {}
12+
target:
13+
entity_id: input_text.last_timer_echo
14+
- conditions:
15+
- condition: trigger
16+
id:
17+
- echoSZ
18+
sequence:
19+
- action: input_text.set_value
20+
data: {}
21+
metadata: {}
22+
target:
23+
entity_id: input_text.last_timer_echo
24+
- conditions:
25+
- condition: trigger
26+
id:
27+
- echoBU
28+
sequence:
29+
- action: input_text.set_value
30+
data: {}
31+
metadata: {}
32+
target:
33+
entity_id: input_text.last_timer_echo
34+
- conditions:
35+
- condition: trigger
36+
id:
37+
- echoFL
38+
sequence:
39+
- action: input_text.set_value
40+
data: {}
41+
metadata: {}
42+
target:
43+
entity_id: input_text.last_timer_echo
44+
- conditions:
45+
- condition: trigger
46+
id:
47+
- echoBZ
48+
sequence:
49+
- action: input_text.set_value
50+
data: {}
51+
metadata: {}
52+
target:
53+
entity_id: input_text.last_timer_echo
54+
alias: Alexa Last Timer DELETE
55+
conditions: []
56+
description: ''
57+
id: '1747228226174'
58+
mode: single
59+
triggers:
60+
- attribute: status
61+
entity_id:
62+
- sensor.echo_schlafzimmer_next_timer
63+
id: echoSZ
64+
to: 'OFF'
65+
trigger: state
66+
- attribute: status
67+
entity_id:
68+
- sensor.echo_buro_next_timer
69+
id: echoBU
70+
to: 'OFF'
71+
trigger: state
72+
- attribute: status
73+
entity_id:
74+
- sensor.echo_flur_next_timer
75+
id: echoFL
76+
to: 'OFF'
77+
trigger: state
78+
- attribute: status
79+
entity_id:
80+
- sensor.echo_badezimmer_next_timer
81+
id: echoBZ
82+
to: 'OFF'
83+
trigger: state
84+
- attribute: status
85+
entity_id:
86+
- sensor.echo_show_wohnzimmer_next_timer
87+
id: echoWZ
88+
to: 'OFF'
89+
trigger: state
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
actions:
2+
- choose:
3+
- conditions:
4+
- condition: trigger
5+
id:
6+
- echoSZ
7+
sequence:
8+
- action: input_text.set_value
9+
data:
10+
value: sensor.echo_schlafzimmer_next_timer
11+
metadata: {}
12+
target:
13+
entity_id: input_text.last_timer_echo
14+
- conditions:
15+
- condition: trigger
16+
id:
17+
- echoBU
18+
sequence:
19+
- action: input_text.set_value
20+
data:
21+
value: sensor.echo_buro_next_timer
22+
metadata: {}
23+
target:
24+
entity_id: input_text.last_timer_echo
25+
- conditions:
26+
- condition: trigger
27+
id:
28+
- echoFL
29+
sequence:
30+
- action: input_text.set_value
31+
data:
32+
value: sensor.echo_flur_next_timer
33+
metadata: {}
34+
target:
35+
entity_id: input_text.last_timer_echo
36+
- conditions:
37+
- condition: trigger
38+
id:
39+
- echoBZ
40+
sequence:
41+
- action: input_text.set_value
42+
data:
43+
value: sensor.echo_badezimmer_next_timer
44+
metadata: {}
45+
target:
46+
entity_id: input_text.last_timer_echo
47+
- conditions:
48+
- condition: trigger
49+
id:
50+
- echoWZ
51+
sequence:
52+
- action: input_text.set_value
53+
data:
54+
value: sensor.echo_show_wohnzimmer_next_timer
55+
metadata: {}
56+
target:
57+
entity_id: input_text.last_timer_echo
58+
alias: Alexa Timer Check
59+
conditions: []
60+
description: ''
61+
id: '1747227567252'
62+
mode: single
63+
triggers:
64+
- attribute: status
65+
entity_id:
66+
- sensor.echo_schlafzimmer_next_timer
67+
id: echoSZ
68+
to: 'ON'
69+
trigger: state
70+
- attribute: status
71+
entity_id:
72+
- sensor.echo_buro_next_timer
73+
id: echoBU
74+
to: 'ON'
75+
trigger: state
76+
- attribute: status
77+
entity_id:
78+
- sensor.echo_flur_next_timer
79+
id: echoFL
80+
to: 'ON'
81+
trigger: state
82+
- attribute: status
83+
entity_id:
84+
- sensor.echo_badezimmer_next_timer
85+
id: echoBZ
86+
to: 'ON'
87+
trigger: state
88+
- attribute: status
89+
entity_id:
90+
- sensor.echo_show_wohnzimmer_next_timer
91+
id: echoWZ
92+
to: 'ON'
93+
trigger: state

0 commit comments

Comments
 (0)