From 85ec59523104e61cae0e8202901f43fc5cc7a8c7 Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Sun, 8 Feb 2026 14:25:28 +0100 Subject: [PATCH] Remove image line - build locally from Dockerfile (v2.0.1) --- sip-notifier/config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sip-notifier/config.yaml b/sip-notifier/config.yaml index 3be3f41..05949a1 100644 --- a/sip-notifier/config.yaml +++ b/sip-notifier/config.yaml @@ -1,5 +1,5 @@ name: "SIP Voice Notifier" -version: "2.0.0" +version: "2.0.1" slug: "sip-notifier" description: "Send voice notifications via SIP phone calls (includes integration)" arch: @@ -26,4 +26,3 @@ schema: sip_user: str sip_password: password default_duration: int(5,300)? -image: "ghcr.io/openclaw/ha-sip-notifier-{arch}"