Skip to content

Commit

Permalink
require upcomming HB 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz914 committed Aug 28, 2024
1 parent b11351f commit 2150693
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- After update to v2 from v1 only RESTFull and MQTT config settings need to be updated in config.

## [2.4.0] - (28.08.2024)

## Changes

- required upcomming homebridge 2.x.x required
- bump dependencies
- config schema updated

## [2.3.1] - (28.08.2024)

## Changes

- cleanup and refactor accessory code
- bump dependencies

## [2.3.0] - (25.08.2024)

Expand Down
6 changes: 3 additions & 3 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
]
}
],
"description": "Select the characterristic type to be displayed in HomeKit app.",
"description": "Select the characteristic type to be displayed in HomeKit app.",
"required": true
},
"namePrefix": {
Expand Down Expand Up @@ -956,7 +956,7 @@
]
}
],
"description": "Select the characterristic type to be displayed in HomeKit app.",
"description": "Select the characteristic type to be displayed in HomeKit app.",
"required": true
},
"namePrefix": {
Expand Down Expand Up @@ -1193,7 +1193,7 @@
]
}
],
"description": "Select the characterristic type to be displayed in HomeKit app.",
"description": "Select the characteristic type to be displayed in HomeKit app.",
"required": false
},
"namePrefix": {
Expand Down
6 changes: 3 additions & 3 deletions 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,7 +1,7 @@
{
"displayName": "MELCloud Control",
"name": "homebridge-melcloud-control",
"version": "2.3.1",
"version": "2.3.2",
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
"license": "MIT",
"author": "grzegorz914",
Expand All @@ -28,7 +28,7 @@
],
"engines": {
"node": ">=18.0.0",
"homebridge": ">=1.8.0"
"homebridge": ">=2.0.0"
},
"dependencies": {
"async-mqtt": "^2.6.3",
Expand Down

0 comments on commit 2150693

Please sign in to comment.