fix: home-assistant openclaw hook

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-16 19:00:58 +01:00
parent a3cde017d7
commit 7763b90d3f
3 changed files with 57 additions and 55 deletions

View file

@ -14,10 +14,11 @@
url = "https://moltbot.cloonar.com/hooks/agent";
method = "POST";
headers = {
Authorization = "!secret moltbot_home_arrival"; # reuse same token
Authorization = "!secret openclaw_hook_token"; # reuse same token
Content-Type = "application/json";
};
payload = ''{"message":"Morning briefing. Give a brief, friendly summary: 1) Today's weather for Vienna 2) Calendar events for today (check CalDAV) 3) Any pending reminders. Keep it concise, no fluff. Just the info.","name":"MorningBriefing","deliver":true,"channel":"whatsapp","to":"+436607055308"}'';
verify_ssl = false;
};
};