Skip to content

Commit

Permalink
v2.1.2
Browse files Browse the repository at this point in the history
## [2.1.2](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.2) (2024-05-30)

### What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.1..v2.1.2
  • Loading branch information
donavanbecker committed May 31, 2024
1 parent 7c65099 commit e11b6fe
Show file tree
Hide file tree
Showing 12 changed files with 452 additions and 357 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)

## [2.1.2](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.2) (2024-05-30)

### What's Changes
- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-resideo/compare/v2.1.1..v2.1.2

## [2.1.1](https://github.com/donavanbecker/homebridge-resideo/releases/tag/v2.1.1) (2024-05-29)

### What's Changes
Expand Down
5 changes: 2 additions & 3 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,9 @@
}
},
"pushRate": {
"title": "Device Refresh Rate",
"title": "Device Push Rate",
"type": "number",
"minimum": 30,
"placeholder": 360,
"placeholder": 1,
"description": "Indicates the number of seconds between pushes to the of Resideo API.",
"condition": {
"functionBody": "return (model.options && model.options.devices && !model.options.devices[arrayIndices].hide_device && (model.options.devices[arrayIndices].deviceClass === 'Thermostat' || model.options.devices[arrayIndices].deviceClass === 'LeakDetector') && model.options.devices[arrayIndices].deviceID);"
Expand Down
108 changes: 54 additions & 54 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": "Resideo",
"name": "homebridge-resideo",
"version": "2.1.1",
"version": "2.1.2",
"description": "The Resideo plugin allows you to access your Resideo device(s) from HomeKit.",
"author": {
"name": "donavanbecker",
Expand Down Expand Up @@ -81,6 +81,6 @@
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0-alpha.21"
"typescript-eslint": "^8.0.0-alpha.24"
}
}
Loading

0 comments on commit e11b6fe

Please sign in to comment.