-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecrets.yaml.dist
47 lines (36 loc) · 1.22 KB
/
secrets.yaml.dist
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
---
# https://www.home-assistant.io/docs/configuration/secrets
# The values here are for illustration purposes and to satisfy the CI builds.
latitude: 0.00000
longitude: 0.00000
time_zone: Europe/Amsterdam
elevation: 0
currency: EUR
country: NL
unit_system: metric
ecobee_key: abc123
sonos01_ip: 192.168.1.1
sonos02_ip: 192.168.1.1
sonos03_ip: 192.168.1.1
sonos04_ip: 192.168.1.1
internal_url: http://192.168.1.1
trusted_proxy: 192.168.1.1
wemo_1_ip: 192.168.1.1
wemo_2_ip: 192.168.1.1
wemo_4_ip: 192.168.1.1
smtp_server: smtp.example.com
smtp_port: 587
smtp_username: [email protected]
smtp_password: password
smtp_sender: [email protected]
smtp_recipient1: [email protected]
smtp_sender_name: Home Assistant
amcrest_front_doorbell_host: 192.168.1.1
amcrest_front_doorbell_username: username
amcrest_front_doorbell_password: password
# List birthdays in array as "%m-%d" strings.
# yamllint disable-line rule:line-length
birthday_evaluator: "{{ 'on' if as_timestamp(now()) | timestamp_custom('%m-%d') in ['01-01', '02-01', '03-01'] else 'off' }}"
teams_rest_url: http://192.168.1.1/status
# The URL to the camera snapshots directory. Without trailing slash.
camera_snapshots_public_url: https://example.com/camera_snapshots