Skip to content

Commit

Permalink
Update to 3.0.1
Browse files Browse the repository at this point in the history
* Minor fix for line ending issues.
  • Loading branch information
tsightler committed Feb 26, 2020
1 parent fd79db3 commit 4816593
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
@@ -0,0 +1,2 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
4 changes: 2 additions & 2 deletions config.json
@@ -1,7 +1,7 @@
{
"name": "Ring Hass.io Addon",
"version": "3.0.0",
"slug": "ring-mqtt",
"version": "3.0.1",
"slug": "ring_mqtt",
"description": "Ring Device Integration via MQTT (https://github.com/tsightler/ring-mqtt)",
"startup": "before",
"boot": "auto",
Expand Down
5 changes: 3 additions & 2 deletions run.sh
Expand Up @@ -6,6 +6,7 @@ echo "| |"
echo "| Report issues at: |"
echo "| https://github.com/tsightler/ring-mqtt-hassio-addon |"
echo "-------------------------------------------------------"
echo ring-mqtt.js version $(cat package.json | grep version | cut -f4 -d'"')
echo Node version $(node -v)
echo NPM version $(npm -v)
git --version
Expand All @@ -14,6 +15,6 @@ echo "-------------------------------------------------------"
echo "Running \"npm audit fix\" to update packages with any vulnerabilities..."
npm audit fix
echo "-------------------------------------------------------"
echo Running ring-mqtt.js version $(cat package.json | grep version | cut -f4 -d'"')...
echo Running ring-mqtt...
chmod +x ring-mqtt.js
DEBUG=ring-mqtt HASSADDON=true exec /ring-mqtt/ring-mqtt.js
DEBUG=ring-mqtt HASSADDON=true exec /ring-mqtt/ring-mqtt.js

0 comments on commit 4816593

Please sign in to comment.