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