diff --git a/sip-notifier/README.md b/sip-notifier/README.md index ab13296..32aca1b 100644 --- a/sip-notifier/README.md +++ b/sip-notifier/README.md @@ -4,6 +4,8 @@ The add-on is running and listening on port 8099. +> **Note:** This add-on uses host networking mode to ensure proper SIP/UDP connectivity with your provider. + ## Setup Service in Home Assistant To use the add-on, add this to your `/config/configuration.yaml`: diff --git a/sip-notifier/config.yaml b/sip-notifier/config.yaml index 0f869c5..84e32bc 100644 --- a/sip-notifier/config.yaml +++ b/sip-notifier/config.yaml @@ -1,5 +1,5 @@ name: "SIP Voice Notifier" -version: "3.1.0" +version: "3.2.0" slug: "sip-notifier" description: "Send voice notifications via SIP phone calls" arch: @@ -11,6 +11,7 @@ arch: init: false startup: services boot: auto +host_network: true homeassistant_api: true hassio_api: true hassio_role: default