mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-08 23:10:59 +02:00
Update config.json
This commit is contained in:
@@ -5,12 +5,15 @@
|
||||
"webPortalConfig":{
|
||||
"baseUrl":"https://epic.exmaple.com"
|
||||
},
|
||||
"accounts": [{
|
||||
"accounts":[
|
||||
{
|
||||
"email":"example@gmail.com",
|
||||
"password":"abc1234",
|
||||
"totp":"EMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZEEMNCAZE234AZE"
|
||||
}],
|
||||
"notifiers": [{
|
||||
}
|
||||
],
|
||||
"notifiers":[
|
||||
{
|
||||
"type":"email",
|
||||
"smtpHost":"smtp.gmail.com",
|
||||
"smtpPort":587,
|
||||
@@ -22,7 +25,8 @@
|
||||
"user":"hello@gmail.com",
|
||||
"pass":"abc123"
|
||||
}
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"type":"discord",
|
||||
"webhookUrl":"https://discord.com/api/webhooks/123456789123456789/A-abcdefghijklmn-abcdefghijklmnopqrst12345678-abcdefghijklmnop123456",
|
||||
"mentionedUsers":[
|
||||
|
||||
Reference in New Issue
Block a user