Skip to content

Commit

Permalink
Bum version and fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkrupa committed Aug 10, 2021
1 parent 0774aba commit a8f94e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ config example:
"broker_url": "mqtt:https://localhost",
"username": "user",
"password": "pass",
"retain": false
"retain": false
},
"devices": [
{
Expand Down Expand Up @@ -177,12 +177,12 @@ Note: This command may vary depending on your OS (e.g. Linux, macOS, CygWin). If
## Changelog

[1.2.4]

- Updated NPM dependency versions to more current (~2 years old!)
- Defined fsevents as optional for linux based platforms
- as of 4/26/2021 "found 0 vulnerabilities"
- UDP Datagram warning is fixed with later versions


[1.2.3]

- Fix run script for single device with same configuration
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.2.3",
"version": "1.2.4",
"slug": "gree_hvac_mqtt_bridge",
"description": "Hass.io addon for controlling Gree air conditioners using the MQTT climate platform",
"url": "https://github.com/aaronsb/gree-hvac-mqtt-bridge",
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.

0 comments on commit a8f94e2

Please sign in to comment.