Initial commit: SIP Voice Notifier v2 - single add-on with integrated service

This commit is contained in:
2026-02-08 14:11:03 +01:00
commit 9e14cfce12
10 changed files with 825 additions and 0 deletions

29
sip-notifier/config.yaml Normal file
View File

@@ -0,0 +1,29 @@
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}"