-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathautomations.yaml
More file actions
203 lines (203 loc) · 4.57 KB
/
automations.yaml
File metadata and controls
203 lines (203 loc) · 4.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
- id: '1613985120866'
alias: Push-Notify/Whirlpool ON
description: ''
trigger:
- platform: state
entity_id: switch.intex_on
from: 'off'
to: 'on'
condition: []
action:
- service: notify.mobile_app_mi_9_lite
data:
title: Whirlpool
message: Whirlpool is on
mode: single
- id: '1613985765462'
alias: Push-Notify/Whirlpool heat is on
description: ''
trigger:
- platform: state
entity_id: switch.intex_heat
from: 'off'
to: 'on'
condition: []
action:
- service: notify.mobile_app_mi_9_lite
data:
title: Whirlpool Heat
message: The Heat is on!
mode: single
- id: '1613986681596'
alias: Push-Notify/Whirlpool Set. Temp >35°C
description: ''
trigger:
- platform: mqtt
topic: IntexSpa/Temperature Setpoint
payload: '23'
condition: []
action:
- service: notify.mobile_app_mi_9_lite
data:
title: Whirlpool Set. Temp
message: The acta 35°C
mode: single
- id: '1613986926992'
alias: Push-Notify/Whirlpool Actual Temperature Temp >22°C
description: ''
trigger:
- platform: mqtt
topic: IntexSpa/Actual Temperature
payload: '22'
condition: []
action:
- service: notify.mobile_app_mi_9_lite
data:
title: Whirlpool Actual Temperature
message: Actual Temperature is over 35°C
mode: single
- id: '1614003380433'
alias: Push-Notify/Whirlpool Error Message
description: ''
trigger:
- platform: numeric_state
entity_id: sensor.status
above: '0'
condition: []
action:
- service: notify.mobile_app_mi_9_lite
data:
title: Whirlpool Error
message: Attention! Whirlpool Error {{ states('sensor.status') }}
mode: single
- id: '1615142589785'
alias: 'Whirlpool Heatstart Timer '
description: ''
trigger:
- platform: time
at: input_datetime.intex_Heatstart_timer
condition: []
action:
- service: switch.turn_on
target:
entity_id:
- switch.intex_heat
mode: single
- id: '1615145332949'
alias: Intex_heatingtime-timer-auto
description: ''
trigger:
- platform: state
from: 'off'
entity_id: input_boolean.intex_heatingtime_switch
attribute: editable
for: '"{{ states.input_number.intex_heatingtime_input }}"'
to: 'on'
condition: []
action:
- service: switch.turn_off
target:
entity_id:
- switch.intex_heat
mode: single
- id: '1615470995789'
alias: Intex_HVAC_Switch - ON
description: ''
trigger:
- platform: state
entity_id: switch.intex_on
from: 'off'
to: 'on'
condition: []
action:
- service: mqtt.publish
data:
topic: IntexSpa/CMD HVAC Modeset
payload: '1'
mode: single
- id: '1615473430455'
alias: Intex_HVAC_Heat - ON
description: ''
trigger:
- platform: state
entity_id: switch.intex_Heat
from: 'off'
to: 'on'
condition: []
action:
- service: mqtt.publish
data:
topic: IntexSpa/CMD HVAC Modeset
payload: '2'
mode: single
- id: '1615474815246'
alias: Intex_HVAC_Heat - OFF
description: ''
trigger:
- platform: state
entity_id: switch.intex_heat
to: 'off'
from: 'on'
condition: []
action:
- service: mqtt.publish
data:
topic: IntexSpa/CMD HVAC Modeset
payload: '1'
mode: single
- id: '1615475034102'
alias: Intex_HVAC_HeatIcon - ON
description: ''
trigger:
- platform: mqtt
topic: IntexSpa/CMD HVAC Modeset
payload: '5'
condition: []
action:
- service: switch.turn_on
target:
entity_id:
- switch.intex_heat
mode: single
- id: '1615475241052'
alias: Intex_HVAC_HeatIcon - OFF
description: ''
trigger:
- platform: mqtt
topic: IntexSpa/CMD HVAC Modeset
payload: '4'
condition: []
action:
- service: switch.turn_off
target:
entity_id:
- switch.intex_heat
mode: single
- id: '1615480992382'
alias: Intex_Heizdauer_TriggerSwitch - on
description: ''
trigger:
- platform: state
entity_id: input_boolean.intex_heatingtime_switch
from: 'off'
to: 'on'
condition: []
action:
- service: switch.turn_on
target:
entity_id: switch.intex_heat
mode: single
- id: '1615481483618'
alias: Intex_Heizdauer_TriggerSwitch - OFF
description: ''
trigger:
- platform: state
entity_id: input_boolean.intex_heatingtime_switch
from: 'on'
to: 'off'
condition: []
action:
- service: switch.turn_off
target:
entity_id: switch.intex_heat
mode: single