Doorbell works, added user friendliness for setup

This commit is contained in:
2024-08-16 00:31:24 +02:00
parent 0cef4671c5
commit a25190d742
6 changed files with 75 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"homeserver": "HOME_SERVER",
"token": "ACCESS_TOKEN",
"prefix": "BOT_PREFIX",
"rooms": ["AUTHORIZED_ROOM_ID", "ANOTHER_AUTHORIZED_ID"],
"doorbellWebhook": "https://GOOGLE.ASSISTANT.WEBHOOK.URL/"
}