-
Notifications
You must be signed in to change notification settings - Fork 57
/
secrets-dummy.yaml
195 lines (169 loc) · 3.71 KB
/
secrets-dummy.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
#
# Dummy secrets file
#
# Placeholder file to be copied to `/secrets.yaml` and adapted.
# These dummy values are optimized for a Travis CI test environment.
#
# @link https://www.home-assistant.io/docs/configuration/secrets/
#
#
# Home Assistant basic info
#
homeassistant_name: "Dummy"
homeassistant_time_zone: "America/Toronto"
homeassistant_whitelist_config: "./config"
homeassistant_whitelist_share: "./share"
http_base_url: ""
http_password: ""
http_server_port: 12345
http_cors_allowed_origins:
- "http://hassio:12345"
- "http://localhost:12345"
#
# Lovelace hacks
#
lovelace_camera_apod: 'center / cover no-repeat url("/api/camera_proxy/camera.astronomy_picture_of_the_day_hd?api_password=") fixed'
lovelace_camera_bing_wallpaper: 'center / cover no-repeat url("/api/camera_proxy/camera.bing_wallpaper_hd?api_password=") fixed'
lovelace_camera_noaa_geocolor: 'center / cover no-repeat url("/api/camera_proxy/camera.noaa_geocolor_hd?api_password=") fixed'
wallpaper_1: ""
wallpaper_2: ""
wallpaper_automations: ""
wallpaper_configuration: ""
wallpaper_hardware: ""
wallpaper_switchboard: ""
#
# Bridges
#
flic_host: "127.0.0.1"
flic_port: '12345'
homekit_port: '12345'
ifttt_key: ""
ifttt_token: "" # Used to validate webhook requests
mqtt_broker: "127.0.0.1"
mqtt_port: '12345'
mqtt_username: ""
mqtt_password: ""
zwave_network_key: "0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01"
#
# Cameras
#
blink_username: ""
blink_password: ""
camera_folder: "/config/www/cameras"
camera_front_animated: "/config/www/cameras/front.gif"
camera_front_still: "/config/www/cameras/front.jpg"
#
# Device Trackers and Persons
#
# @see /misc/device_trackers.yaml
# @see /misc/persons.yaml
#
gravatar_her: ""
gravatar_him: ""
nickname_her: ""
nickname_him: ""
picture_her: ""
picture_him: ""
unifi_host: "127.0.0.1"
unifi_port: '12345'
unifi_site: ""
unifi_username: ""
unifi_password: ""
unifi_ssid_filter: []
user_id_him: ""
#
# Displays
#
# @see /displays/
#
fully_kiosk_host: "127.0.0.1"
fully_kiosk_port: '12345'
fully_kiosk_url: "http://127.0.0.1:12345"
fully_kiosk_password: ""
#
# Lights
#
# @see /lights/
#
aurora_host: "127.0.0.1"
aurora_api_key: ""
lightpack_host: "127.0.0.1"
lightpack_port: '12345'
lightpack_api_key: ""
limitlessled_bridge_host: "127.0.0.1"
limitlessled_bridge_port: '12345'
#
# Media Players
#
# @see /misc/media_players.yaml
#
kodi_host: "127.0.0.1"
kodi_port: '12345'
kodi_tcp_port: '12345'
kodi_username: ""
kodi_password: ""
plex_host: "127.0.0.1"
plex_port: '12345'
plex_username: ""
plex_password: ""
plex_token: ""
#
# Notifications
#
# @see /notifications/
#
lannouncer_host: "127.0.0.1"
lannouncer_port: '12345'
pushover_api_key: ""
pushover_user_key: ""
#
# Scenes
#
# @see /misc/scenes.yaml
#
lifx_cloud_token: ""
#
# Sensors
#
# @see /sensors/
#
apod_api_url: "https://api.nasa.gov/planetary/apod?api_key=DEMO_KEY"
darksky_api_key: ""
ebox_username: ""
ebox_password: ""
environment_canada_radar: "CAD"
filesize_database: "home-assistant_v2.db"
filesize_log: "home-assistant.log"
github_access_token: ""
gtfs_data: ""
gtfs_origin_1: '0'
gtfs_destination_1: '0'
gtfs_origin_2: '0'
gtfs_destination_2: '0'
printer_toner_yield: '1000'
speedtest_server_id: '12345'
waqi_token: ""
waqi_locations: []
waqi_stations: []
#
# Switches
#
# @see /switches/
#
tplink_bedside_light_host: "127.0.0.1"
tplink_nightstand_light_host: "127.0.0.1"
tplink_rope_light_host: "127.0.0.1"
tplink_souvenirs_light_host: "127.0.0.1"
tplink_window_light_host: "127.0.0.1"
#
# Zones
#
# @see /misc/zones.yaml
#
zone_home_elevation: "0"
zone_home_latitude: "00.00000"
zone_home_longitude: "00.00000"
zone_terminal_latitude: "00.00000"
zone_terminal_longitude: "00.00000"
zone_work_latitude: "00.00000"
zone_work_longitude: "00.00000"