Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Upgrades Zwave2Mqtt to v3.0.2 #39

Merged
merged 3 commits into from Apr 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion zwave2mqtt/Dockerfile
Expand Up @@ -38,7 +38,7 @@ RUN \
&& mv /tmp/db/config /usr/etc/openzwave \
\
&& curl -J -L -o /tmp/zwave2mqtt.tar.gz \
"https://github.com/OpenZWave/Zwave2Mqtt/archive/v3.0.1.tar.gz" \
"https://github.com/OpenZWave/Zwave2Mqtt/archive/v3.0.2.tar.gz" \
&& tar zxvf \
/tmp/zwave2mqtt.tar.gz \
--strip 1 -C /opt \
Expand Down