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