Remove image line - build locally from Dockerfile (v2.0.1)

This commit is contained in:
2026-02-08 14:25:28 +01:00
parent 9b5685cc83
commit 85ec595231

View File

@@ -1,5 +1,5 @@
name: "SIP Voice Notifier" name: "SIP Voice Notifier"
version: "2.0.0" version: "2.0.1"
slug: "sip-notifier" slug: "sip-notifier"
description: "Send voice notifications via SIP phone calls (includes integration)" description: "Send voice notifications via SIP phone calls (includes integration)"
arch: arch:
@@ -26,4 +26,3 @@ schema:
sip_user: str sip_user: str
sip_password: password sip_password: password
default_duration: int(5,300)? default_duration: int(5,300)?
image: "ghcr.io/openclaw/ha-sip-notifier-{arch}"