Initial commit: SIP Voice Notifier v2 - single add-on with integrated service
This commit is contained in:
29
sip-notifier/config.yaml
Normal file
29
sip-notifier/config.yaml
Normal 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}"
|
||||
Reference in New Issue
Block a user