forked from nliaudat/floor-heating-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathswitch_others.yaml
96 lines (74 loc) · 2.28 KB
/
switch_others.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
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
switch:
#reboot
- platform: restart
name: "${friendly_name} restart"
icon: "mdi:restart"
id: floor_heating_ctrl_reboot
- platform: template
name: "Valve maintenance"
turn_on_action:
- script.execute: valve_maintenance
- platform: template
name: "Valve maintenance_CH1"
turn_on_action:
- script.execute: valve_maintenance_CH1
- platform: template
name: "Valve maintenance_CH2"
turn_on_action:
- script.execute: valve_maintenance_CH2
- platform: template
name: "Valve maintenance_CH3"
turn_on_action:
- script.execute: valve_maintenance_CH3
- platform: template
name: "Valve maintenance_CH4"
turn_on_action:
- script.execute: valve_maintenance_CH4
- platform: template
name: "Valve maintenance_CH5"
turn_on_action:
- script.execute: valve_maintenance_CH5
- platform: template
name: "Valve maintenance_CH6"
turn_on_action:
- script.execute: valve_maintenance_CH6
- platform: template
name: "Valve maintenance_CH7"
turn_on_action:
- script.execute: valve_maintenance_CH7
- platform: template
name: "Valve maintenance_CH8"
turn_on_action:
- script.execute: valve_maintenance_CH8
- platform: template
name: "Run ${ch1_thermostat_name} check"
turn_on_action:
- script.execute: TH1_check
- platform: template
name: "Run ${ch2_thermostat_name} check"
turn_on_action:
- script.execute: TH2_check
- platform: template
name: "Run ${ch3_thermostat_name} check"
turn_on_action:
- script.execute: TH3_check
- platform: template
name: "Run ${ch4_thermostat_name} check"
turn_on_action:
- script.execute: TH4_check
- platform: template
name: "Run ${ch5_thermostat_name} check"
turn_on_action:
- script.execute: TH5_check
- platform: template
name: "Run ${ch6_thermostat_name} check"
turn_on_action:
- script.execute: TH6_check
- platform: template
name: "Run ${ch7_thermostat_name} check"
turn_on_action:
- script.execute: TH7_check
- platform: template
name: "Run ${ch8_thermostat_name} check"
turn_on_action:
- script.execute: TH8_check