-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
90 lines (82 loc) · 1.72 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
homeassistant:
name: !secret name
latitude: !secret latitude
longitude: !secret longitude
elevation: !secret elevation
unit_system: metric
time_zone: !secret timezone
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
python_script:
logger:
default: warning
logs:
homeassistant.components.python_script.growlights.py: info
homeassistant.components.python_script.humidifier.py: info
sun:
input_boolean:
can_enable_growlights:
name: "Growlight Permissive"
initial: on
growlight_on:
name: "Growlight Status"
initial: off
humidifier_on:
name: "Humidifier Status"
initial: off
input_number:
growlight_cycles:
name: "Growlight Cycles"
min: 0
max: 17280
mode: box
growlight_hysteresis:
name: "Growlight Setpoint Hysteresis"
min: 0
max: 50
step: 5
mode: slider
unit_of_measurement: "lux"
growlight_percent:
name: "Growlight Accumulated Light"
min: 0
max: 200
unit_of_measurement: "%"
growlight_period:
name: "Growlight Period"
min: 5
max: 60
step: 1
initial: 10
mode: box
unit_of_measurement: "s"
light_setpoint:
name: "Growlight Setpoint"
min: 0
max: 24
step: 0.25
mode: box
unit_of_measurement: "hrs"
light_threshold:
name: "Growlight Threshold"
min: 0
max: 1000
mode: box
unit_of_measurement: "lux"
humidity_setpoint:
name: "Humidity Level"
min: 0
max: 100
mode: box
step: 1
unit_of_measurement: "RH"
humidity_offset:
name: "Humidity Offset"
min: -100
max: 100
mode: box
unit_of_measurement: "RH"