forked from tglicker/Home-Assistant-Configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtravis_secrets.yaml
executable file
·136 lines (102 loc) · 3.38 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
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
############################################################
#
# Travis - FAKE Secrets
#
# Reference: !secret password_name
#
############################################################
home_latitude: 000.0000000
home_longitude: 000.0000000
home_elevation: 00
alarm_code: 0000
nzbget_ipaddress: 0.0.0.0
nzbget_username: fakeusername
nzbget_password: fakepassword
hassbian_ip: 0.0.0.0
base_url: https://0.0.0.0
influxdb_host: 0.0.0.0
ide_url: https://0.0.0.0
terminal_url: http://0.0.0.0
secure_zwave_key: "0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, 0x10"
nmap_hosts: 0.0.0.0/24
xiaomi_vacuum_ip: 0.0.0.0
xiaomi_vacuum_token: 30077ed49c58a7239561b0a315338f74
broadlink_sw1_ip: 0.0.0.0
broadlink_sw2_ip: 0.0.0.0
broadlink_sw3_ip: 0.0.0.0
broadlink_sw4_ip: 0.0.0.0
broadlink_rm1_ip: 0.0.0.0
broadlink_rm2_pro_plus: 0.0.0.0
harmony_ip: 0.0.0.0
harmony_name: fakename
study_desk_lamp_light_ip: 0.0.0.1
rachel_bedside_light_ip: 0.0.0.2
trent_bedside_light_ip: 0.0.0.3
spotify_client_id: 123456789
spotify_client_secret: 123456789
api_password: fakepassword
darksky_api: 123456789
openweathermap_api: 123456789
fkiosk_rest: http://0.0.0.0:0000/?cmd=deviceInfo&type=json&password=password
fkiosk_screen_on: "/usr/bin/curl -X POST 'http://0.0.0.0:0000/?cmd=screenOn&type=json&password=password'"
fkiosk_screen_off: "/usr/bin/curl -X POST 'http://0.0.0.0:0000/?cmd=screenOff&type=json&password=password'"
fkiosk_screen_state: '/usr/bin/curl --silent -X GET "http://0.0.0.0:0000/?password=password" |grep "Screen status" |grep "on\|off" |sed "s/<[^>]*>//g" |sed "s/Screen status//g" |sed "s/Turn on//g" |sed "s/Turn off//g"'
html5_gcm_api: 123456789
html5_gcm_sender: 123456789
local_mqtt_broker: 0.0.0.0
local_mqtt_port: 1111
local_mqtt_username: fakeusername
local_mqtt_password: fakepassword
cloud_mqtt_broker: 0.0.0.0
cloud_mqtt_port: 1111
cloud_mqtt_username: fakeusername
cloud_mqtt_password: fakepassword
netgear_username: fakeusername
netgear_password: fakepassword
zone_name: fakezone
zone_latitude: 000.0000000
zone_longitude: 000.0000000
zone2_name: fakezone2
zone2_latitude: 000.0000000
zone2_longitude: 000.0000000
ifttt_api: 123456789
work_state: fakestate
microsoftface_api: 123456789
# Google Home
gh_project_id: fakeid
gh_client_id: 123456789
gh_access_token: 123456789
# Google Assistant API
ga_api_broadcast_message: http://0.0.0.0
ga_api_command: http://0.0.0.0:5000
# Google Maps API Account
google_mapsapi_username: [email protected]
google_mapsapi_password: fakepassword
# Synology
sensor_synology_host: 0.0.0.0
sensor_synology_username: fakeusername
sensor_synology_password: fakepassword
# Xiaomi Gateway
xiaomikey: 123456789TEYDGSH
xiaomimac: 88FC494A8EAF
# Onvif
sensor_onvif_host1: 0.0.0.0
sensor_onvif_host2: 0.0.0.0
sensor_onvif_username: fakeusername
sensor_onvif_password: fakepassword
sensor_onvif_port: 1111
# Input Selects
router_url: http://0.0.0.0
synology_url: https://0.0.0.0
hadash_url: http://0.0.0.0
surveillancestation_url: https://0.0.0.0
nzbget_url: https://0.0.0.0
sonarr_url: https://0.0.0.0
radarr_url: https://0.0.0.0
# Synology Camera
synologycam_url: https://0.0.0.0
synologycam_username: fakeusername
synologycam_password: fakepassword
# AWS tts
aws_access_key_ID: 123456789
aws_secret_access_key: 123456789