-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfiguration.yaml
75 lines (72 loc) · 2 KB
/
configuration.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
switch:
- unique_id: irrigation_interface_mode
platform: mqtt
name: "Irrigation Interface Mode"
state_topic: "lawn-irrigation/interface-mode/state"
command_topic: "lawn-irrigation/interface-mode/set"
payload_on: "on"
payload_off: "off"
state_on: "on"
state_off: "off"
optimistic: true
qos: 0
retain: true
- unique_id: irrigation_enabled
platform: mqtt
name: "Irrigation Enabled"
state_topic: "lawn-irrigation/enabled/state"
command_topic: "lawn-irrigation/enabled/set"
payload_on: "on"
payload_off: "off"
state_on: "on"
state_off: "off"
optimistic: true
enabled_by_default: true
qos: 0
retain: true
- unique_id: irrigation_switch_station1
platform: mqtt
name: "Irrigation Switch - Station 1"
state_topic: "lawn-irrigation/station1/state"
command_topic: "lawn-irrigation/station1/set"
payload_on: "on|120000"
payload_off: "off"
state_on: "on"
state_off: "off"
optimistic: false
qos: 0
retain: false
- unique_id: irrigation_switch_station2
platform: mqtt
name: "Irrigation Switch - Station 2"
state_topic: "lawn-irrigation/station2/state"
command_topic: "lawn-irrigation/station2/set"
payload_on: "on|120000"
payload_off: "off"
state_on: "on"
state_off: "off"
optimistic: false
qos: 0
retain: false
- unique_id: irrigation_switch_station3
platform: mqtt
name: "Irrigation Switch - Station 3"
state_topic: "lawn-irrigation/station3/state"
command_topic: "lawn-irrigation/station3/set"
payload_on: "on|120000"
payload_off: "off"
state_on: "on"
state_off: "off"
optimistic: false
qos: 0
retain: false
input_text:
lawn_irrigation_station1_input:
name: Station 1 - Config
# initial: '0 0 6 1-31/2 * *|900'
lawn_irrigation_station2_input:
name: Station 2 - Config
# initial: '0 30 6 1-31/2 * *|900'
lawn_irrigation_station3_input:
name: Station 3 - Config
# initial: '0 0 7 1-31/2 * *|600'