-
Notifications
You must be signed in to change notification settings - Fork 1
/
input_datetime.yaml
29 lines (24 loc) · 992 Bytes
/
input_datetime.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
##################################################################################
# Time Ranges for Intelligent Configurable Light : validity timerange for Movement Sensor Automation
# Use this range to set timerange for Movement Sensor Automation
##################################################################################
night_start_cucina:
name: Night Start Cucina
has_date: false
has_time: true
night_stop_cucina:
name: Night Stop Cucina
has_date: false
has_time: true
##################################################################################
# Time Ranges for Intelligent Configurable Light : timerange for reduced light intensity
# Use this range to set timerange for "night light mode"
##################################################################################
nightmode_start_cucina:
name: Night Mode Start Cucina
has_date: false
has_time: true
nightmode_stop_cucina:
name: Night Mode Stop Cucina
has_date: false
has_time: true