-
Notifications
You must be signed in to change notification settings - Fork 55
/
secrets.yaml
112 lines (92 loc) · 3.38 KB
/
secrets.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
#https://home-assistant.io/docs/configuration/secrets/
#I have removed the personal information from this file but it is provided to show how I setup my secrets.yaml file.
####################################################
# #
# CONFIGURATION.YAML #
# #
####################################################
latitude:
longitude:
time_zone:
api_password:
ssl_certificate:
ssl_key:
base_url:
domain:
access_token:
api_key:
client_id:
client_secret:
tradfri_api_key:
mqttusername:
mqttpassword:
####################################################
# #
# COVER.YAML #
# #
####################################################
device_key:
####################################################
# #
# CUSTOMIZE.YAML #
# #
####################################################
adam_entity_picture:
amy_entity_picture:
####################################################
# #
# DEVICETRACKER.YAML #
# #
####################################################
adam_icloud_username:
adam_icloud_password:
amy_icloud_username:
amy_icloud_password:
####################################################
# #
# NOTIFICATION.YAML #
# #
####################################################
notification_sender:
notification_username:
notification_password:
notification_recipient:
####################################################
# #
# SENSORS.YAML #
# #
####################################################
wu_api_key:
wu_pws_id:
external_ip:
nas_username:
nas_password:
####################################################
# #
# SHELLCOMMANDS.YAML #
# #
####################################################
desktop:
htpc:
laptop:
####################################################
# #
# SWITCHES.YAML #
# #
####################################################
edimax_username:
edimax_password:
####################################################
# #
# ZONES.YAML #
# #
####################################################
adam_work_latitude:
adam_work_longitude:
amy_work_latitude:
amy_work_longitude:
####################################################
# #
# END OF CONFIGURATION FILE #
# #
####################################################