Skip to content

Commit

Permalink
prep 10.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Jul 22, 2024
1 parent 70e225d commit bbf5d88
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 29 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
- `MINOR` version when a new device type is added, or when a new feature is added that is backwards-compatible
- `PATCH` version when backwards-compatible bug fixes are implemented

## 10.7.0 (2024-07-22)

### Added

- Support for `MS600` presence sensor

## 10.6.1 (2024-07-20)

### Fixed
Expand Down
4 changes: 4 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1724,6 +1724,10 @@
{
"title": "MSH300HK",
"enum": ["MSH300HK"]
},
{
"title": "MS600",
"enum": ["MS600"]
}
],
"condition": {
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json

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

0 comments on commit bbf5d88

Please sign in to comment.