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}"