BitterAcidRaccoon
🦝 version 1 - 2021.02.20
Here's a simple command line sensor you can use in Home Assistant, to watch for future plugin updates.
sensor:
- name: "Z-Wave JS to MQTT"
scan_interval: 86400
platform: command_line
command: "curl https://raw.githubusercontent.com/tprelog/iocage-zwavejs2mqtt/master/overlay/root/.PLUGIN_VERSION"
There's also an undocumented... shall we say, advanced setting available (Copied from the Dockerfile) -- It is updateDevices
- When enabled, this will download the latest zwave device config from the master branch of the zwavejs repo, while building zwavejs2mqtt. Typically, most users should leave this disabled - However, I will mention it in case there is ever a need to have it.
- Enable
sysrc updateDevices=true
- Disable
sysrc -x updateDevices