-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscripts.yaml
70 lines (70 loc) · 1.86 KB
/
scripts.yaml
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
boost:
alias: Boost Heating 30 mins
sequence:
- service: mqtt.publish
data:
topic: zigbee2mqtt/hive_receiver/set
payload: '{ "system_mode":"emergency_heating", "temperature_setpoint_hold_duration":"30", "temperature_setpoint_hold":"1", "occupied_heating_setpoint":20
}'
- service: timer.start
data:
duration: '0'
target:
entity_id: timer.boost_30
mode: single
icon: mdi:fire
'1611181589757':
alias: Boost Heating 45 mins
sequence:
- service: mqtt.publish
data:
payload: '{ "system_mode":"emergency_heating", "temperature_setpoint_hold_duration":"45", "temperature_setpoint_hold":"1", "occupied_heating_setpoint":20
}'
topic: zigbee2mqtt/hive_receiver/set
- service: timer.start
data:
duration: '0'
target:
entity_id: timer.boost_45
mode: single
icon: mdi:fire
'1611181628914':
alias: Boost Heating 60 mins
sequence:
- service: mqtt.publish
data:
payload: '{ "system_mode":"emergency_heating", "temperature_setpoint_hold_duration":"60", "temperature_setpoint_hold":"1", "occupied_heating_setpoint":20
}'
topic: zigbee2mqtt/hive_receiver/set
- service: timer.start
data:
duration: '0'
target:
entity_id: timer.boost_60
mode: single
icon: mdi:fire
stop_boost:
alias: Stop Boost
sequence:
- service: automation.trigger
data: {}
target:
entity_id: automation.house_thermostat_auto_fix
- service: timer.finish
target:
entity_id: timer.boost_30
- service: timer.finish
target:
entity_id: timer.boost_45
- service: timer.finish
target:
entity_id: timer.boost_60
mode: single
icon: mdi:fire
actionable_notification:
alias: actionable_notification
sequence:
- wait_for_trigger: []
continue_on_timeout: false
mode: single
icon: mdi:bell