name: "SIP Voice Notifier" version: "2.0.0" slug: "sip-notifier" description: "Send voice notifications via SIP phone calls (includes integration)" arch: - aarch64 - amd64 - armhf - armv7 - i386 init: false startup: services boot: auto homeassistant_api: true hassio_api: true hassio_role: default ports: 8099/tcp: null options: sip_server: "" sip_user: "" sip_password: "" default_duration: 30 schema: sip_server: str sip_user: str sip_password: password default_duration: int(5,300)? image: "ghcr.io/openclaw/ha-sip-notifier-{arch}"