-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.ini.example
34 lines (26 loc) · 918 Bytes
/
config.ini.example
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
[common]
state_file = state.ini
control = matrix
[tesla]
email = [email protected]
# To constrain the list of available devices in the bot:
# override_vehicles = vehicle1,vehicle2
[matrix]
# Store matrix state in this directory
store_path = matrix_store
# Homeserver to use
homeserver = https://matrix.org/
# Matrix id for the bot
mxid = @yourtesla:matrix.org
# Password for logging in to Matrix; can be removed after initial signin is complete
# and access token is written to state_file
password = secret_password
# Trust the devices of these users. Not secure against active attacks.
trust_mxids = @youruserid:matrix.org,@anotherid:example.com
[slack]
slack_api_secret_id = <slack api key>
slack_app_secret_id = <slack app key>
# Channel from which you can authorize and logout
slack_admin_channel_id = <admin channel id from slack>
# Channel where all the messages are sent
channel = #teslacontrol