Skip to content

Commit

Permalink
Update NodeJS dependency to 8.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkrupa committed May 30, 2018
1 parent 66049b3 commit 36a948a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM $BUILD_FROM

ENV LANG C.UTF-8

RUN apk add --no-cache jq nodejs=8.9.3-r0 nodejs-npm && \
RUN apk add --no-cache jq nodejs=8.11.2-r0 nodejs-npm && \
npm set unsafe-perm true

# Copy data for add-on
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Bridge service for communicating with Gree air conditioners using MQTT broadcast

## Requirements

- NodeJS (>=8.9.3) with NPM
- NodeJS (>=8.11.0) with NPM
- An MQTT broker and Gree smart HVAC device on the same network
- Docker (for building Hass.io addon)

## Running locally

Make sure you have NodeJS (>=8.9.3) installed and run the following (adjust the arguments to match your setup):
Make sure you have NodeJS (>=8.11.0) installed and run the following (adjust the arguments to match your setup):

```shell
npm install
Expand Down Expand Up @@ -108,6 +108,10 @@ echo -n "{\"psw\": \"YOUR_WIFI_PASSWORD\",\"ssid\": \"YOUR_WIFI_SSID\",\"t\": \"
## Changelog
[1.0.4]
- Bump NodeJS version to 8.11.2
[1.0.3]
- Fix power off command
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Gree HVAC MQTT bridge",
"version": "1.0.3",
"version": "1.0.4",
"slug": "gree_hvac_mqtt_bridge",
"description": "Hass.io addon for controlling Gree air conditioners using the MQTT climate platform",
"startup": "application",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gree-hvac-mqtt-bridge",
"version": "1.0.3",
"version": "1.0.4",
"description": "MQTT Bridge for controlling Gree smart air conditioners",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"mqtt": "^2.15.0"
},
"engines": {
"node": ">=8.2.1"
"node": ">=8.11.0"
},
"os": [
"darwin",
Expand Down

0 comments on commit 36a948a

Please sign in to comment.