-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclock.json.example
More file actions
38 lines (38 loc) · 996 Bytes
/
Copy pathclock.json.example
File metadata and controls
38 lines (38 loc) · 996 Bytes
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
{
"core":{
"mux":true,
"lux":true,
"light":true,
"http":true,
"coffee":false,
"clock_addr":"0x72",
"alarm_addr":"0x71"
},
"calendar":{
"id":"abc123@group.calendar.google.com"
},
"sonos":{
"address":"http://192.168.x.x:5005/",
"speaker":"bedroom"
},
"distance":{
"alarmthreshold":"300",
"lightthreshold":"500",
"trigger":"Double"
},
"homeassistant":{
"address":"http://192.168.1.15:8123",
"token":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI0YTkxM2M1Nzk0MWI0NTM5YjNlODYxNmRjZWUxMmExNiIsImlhdCI6MTU0MTk1ODYxNCwiZXhwIjoxODU3MzE4NjE0fQ.PP51uQ6Z9KDCbOqkZm7WmdSMpOUq24w9L50QtgnFgMM"
},
"coffee":{
"entity":"switch.coffee_switch"
},
"alarm":{
"switch_off_light":false,
"switch_off_radio":false
},
"light":{
"entity":"light.tradfri_bulb_e14_ws_opal_400lm",
"delay":"150"
}
}