name: "SIP Voice Notifier" version: "2.1.0" slug: "sip-notifier" description: "Send voice notifications via SIP phone calls" arch: - aarch64 - amd64 - armhf - armv7 - i386 init: false startup: services boot: auto homeassistant_api: true hassio_api: true hassio_role: default ports: 8099/tcp: 8099 ports_description: 8099/tcp: "REST API endpoint for sending notifications" 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)?