mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Update config.json
This commit is contained in:
@@ -11,8 +11,6 @@
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
"notifiers": [
|
"notifiers": [
|
||||||
// You may configure as many of any notifier as needed
|
|
||||||
// Here are some examples of each type
|
|
||||||
{
|
{
|
||||||
"type": "email",
|
"type": "email",
|
||||||
"smtpHost": "smtp.gmail.com",
|
"smtpHost": "smtp.gmail.com",
|
||||||
@@ -29,13 +27,11 @@
|
|||||||
{
|
{
|
||||||
"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",
|
||||||
// Optional list of users or roles to mention
|
|
||||||
"mentionedUsers": ["914360712086843432"],
|
"mentionedUsers": ["914360712086843432"],
|
||||||
"mentionedRoles": ["734548250895319070"],
|
"mentionedRoles": ["734548250895319070"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "telegram",
|
"type": "telegram",
|
||||||
// Optional Custom TELEGRAM server URL
|
|
||||||
"apiUrl": "https://api.telegram.org",
|
"apiUrl": "https://api.telegram.org",
|
||||||
"token": "644739147:AAGMPo-Jz3mKRnHRTnrPEDi7jUF1vqNOD5k",
|
"token": "644739147:AAGMPo-Jz3mKRnHRTnrPEDi7jUF1vqNOD5k",
|
||||||
"chatId": "-987654321",
|
"chatId": "-987654321",
|
||||||
@@ -63,13 +59,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "bark",
|
"type": "bark",
|
||||||
// your bark key
|
|
||||||
"key": "xxxxxxxxxxxxxxxxxxxxxx",
|
"key": "xxxxxxxxxxxxxxxxxxxxxx",
|
||||||
// bark title, optional, default: 'epicgames-freegames'
|
|
||||||
"title": "epicgames-freegames",
|
"title": "epicgames-freegames",
|
||||||
// bark group, optional, default: 'epicgames-freegames'
|
|
||||||
"group": "epicgames-freegames",
|
"group": "epicgames-freegames",
|
||||||
// bark private service address, optional, default: 'https://api.day.app'
|
|
||||||
"apiUrl": "https://api.day.app"
|
"apiUrl": "https://api.day.app"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user