-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
51 lines (51 loc) · 1.21 KB
/
config.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
name: "Botaffiumeiro"
version: "2.1.6.0"
slug: "botaffiumeiro"
description: "Modify Telegram links with affiliate links"
url: "https://github.com/hectorzin/botaffiumeiro/tree/main/ha_addon"
init: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
startup: services
options:
bot_token: ""
delete_messages: true
msg_affiliate_link_modified: "Here is the modified link with our affiliate program:"
msg_reply_provided_by_user: "Reply provided by"
creator_affiliate_percentage: "10"
log_level: INFO
schema:
bot_token: str
delete_messages: bool?
excluded_users:
- id: str?
discount_keywords:
- key: str?
msg_affiliate_link_modified: str?
msg_reply_provided_by_user: str?
amazon:
- domain: str?
id: str?
aliexpress_app_key: str?
aliexpress_app_secret: str?
aliexpress_tracking_id: str?
aliexpress_discount_codes:
- line: str?
awin_publisher_id: str?
awin_adversiters:
- domain: str?
id: str?
admitad_publisher_id: str?
admitad_adversiters:
- domain: str?
id: str?
tradedoubler_publisher_id: str?
tradedoubler_adversiters:
- domain: str?
id: str?
creator_affiliate_percentage: str?
log_level: list(DEBUG|INFO|WARN|ERROR|CRITICAL)