29 lines
491 B
YAML
29 lines
491 B
YAML
name: "SIP Voice Notifier"
|
|
version: "2.0.9"
|
|
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: 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)?
|