-
Notifications
You must be signed in to change notification settings - Fork 0
/
travis_secrets.yaml
72 lines (53 loc) · 1.29 KB
/
travis_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
# Use this file to store secrets like usernames and passwords.
# Learn more at https://home-assistant.io/docs/configuration/secrets/
some_password: welcome
# Certificates
ssl_certificate: fake_cert.pem
ssl_key: fake_key.pem
# Home Location
tworoads_latitude: 90.0
tworoads_longitude: 0.0
vistasea_latitude: 90.0
vistasea_longitude: 0.0
bri_latitude: 90.0
bri_longitude: 0.0
gth_latitude: 90.0
gth_longitude: 0.0
hvw_latitude: 90.0
hvw_longitude: 0.0
# LTE Modem
lte_modem_host: 127.0.0.1
lte_modem_pass: welcome
# Telegram
telegram_apikey: "AAA"
telegram_chatid: -1001 # group
telegram_userid: 1002 # Scott
telegram_notify: notify.telegram_vistasea
# Unifi Controller
unifi_host: welcome.com
unifi_user: welcome
unifi_pass: welcome
# UVC Camera
protect_host: 127.0.0.1
protect_user: welcome
protect_pass: welcome
# UPS
ups_host: 127.0.0.1
ups_user: welcome
ups_pass: welcome
# Vera
vera_resource: "http://127.0.0.1:3480/data_request?id=variableget&Variable=Mode"
# Envisalink
envisalink_host: 127.0.0.1
# Venstar
venstar_main_host: 127.0.0.1
# MyQ
myq_user: welcome
myq_pass: welcome
# Darksky
darksky_api: "ABC123"
# pi-hole
vistasea_pihole_host: 127.0.0.1
vistasea_pihole_enable: "curl -X GET 'enable'"
vistasea_pihole_disable: "curl -X GET 'disable'"
vistasea_pihole_status: "curl -X GET 'status'"