Skip to content

tsunglung/hassio-addon-oxwu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Home Assistant OXWU addon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages