Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.65 KB

README.md

File metadata and controls

57 lines (45 loc) · 1.65 KB

OWXU Add-ons

This repository contains add-ons to Home Assistant related to OWXU

Installation:

Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.

Add-ons

This repository contains the following add-ons:

Supports amd64 Architecture

Configuration

Create a settings.json in /config/oxwu of Home Assistant. Then configure the "townID" according to https://hub.docker.com/r/jscat/oxwu and configure the "alertIntensity".

{
    "warning": {
        "townID": 6703500,
        "alertIntensity": 2,
        "applySiteEffect": true,
        "popupWindow": true,
        "popupNotification": true,
        "playSound": false,
        "alwaysOnTop": true,
        "showPWave": true,
        "smoothWave": false,
        "defaultSound": "0",
        "customSound": null
    },
    "report": {
        "popupWindow": false,
        "popupNotification": false,
        "playSound": false,
        "showIntensity": true,
        "customSound": null
    },
    "autorun": true,
    "autoDownload": false,
    "connectPath": "/config/oxwu/notify.sh",
    "connectOnce": true,
    "scale": 0.75
}

Also you can create a script notify.sh in "/config/oxwu" to customize notify. Make sure that "/config/oxwu/notify.sh" is executable. If not, use terminal of HA to chmod.

chmod a+x /config/oxwu/notify.sh