-
Notifications
You must be signed in to change notification settings - Fork 0
/
binary_sensor.yaml
59 lines (50 loc) · 1.17 KB
/
binary_sensor.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
- platform: tod
unique_id: bd5fb9bd-4cd6-4f50-af01-0c59be740757
name: Night
after: sunset
before: sunrise
- platform: tod
unique_id: f6cba6c9-6de9-48c6-9bb0-d3e052f3d3f8
name: Day
after: sunrise
before: sunset
- platform: tod
unique_id: 869b77f3-3ea7-4de6-b201-2aa9e4661075
name: Quiet time
after: '21:00'
before: '07:00'
- platform: tod
unique_id: f939dc46-be13-4741-8d28-e12cf4142c39
name: After Midnight
after: '00:00'
before: '04:00'
- platform: tod
unique_id: 44f08c9b-7856-4811-86aa-2a94cce849d7
name: Early Morning
after: '04:00'
before: '06:30'
- platform: tod
unique_id: 0aa45991-5828-4cf6-b6a4-38189517a265
name: Morning
after: '06:30'
before: '09:00'
- platform: tod
unique_id: 251c62a9-8da4-437f-8a4c-92e407d1afde
name: Late Morning
after: '09:00'
before: '12:00'
- platform: tod
unique_id: cd0e6ba6-86ee-419c-a926-5f1aa125648a
name: Midday
after: '09:00'
before: '17:00'
- platform: tod
unique_id: 51e388e1-3b50-48d7-8f6e-aa6ae7b846e5
name: Evening
after: '17:00'
before: '22:00'
- platform: tod
unique_id: deb55666-14f4-460e-8e74-94c8d7ba5d4a
name: Overnight
after: '20:00'
before: '06:30'