Skip to content

Commit

Permalink
Release 1.11.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
itavero committed Jan 4, 2025
1 parent 662a6e9 commit adc5b99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Since version 1.0.0, we try to follow the [Semantic Versioning](https://semver.o

## [Unreleased]

## [1.11.0-beta.7] - 2025-01-04

### Changed

- Light sensor will now use `illuminance` property if `illuminance_lux` is not available. This should fix compatibility with the new major v2 release of Zigbee2MQTT. (see [#966](https://github.com/itavero/homebridge-z2m/issues/966))
Expand Down Expand Up @@ -464,7 +466,8 @@ For `cover` devices the following changes/fixes are in this release:
- Restore BatteryService and WindowCovering properly on start up.
- Improve state determination for WindowCovering.

[unreleased]: https://github.com/itavero/homebridge-z2m/compare/v1.11.0-beta.6...HEAD
[unreleased]: https://github.com/itavero/homebridge-z2m/compare/v1.11.0-beta.7...HEAD
[1.11.0-beta.7]: https://github.com/itavero/homebridge-z2m/compare/v1.11.0-beta.6...v1.11.0-beta.7
[1.11.0-beta.6]: https://github.com/itavero/homebridge-z2m/compare/v1.11.0-beta.5...v1.11.0-beta.6
[1.11.0-beta.5]: https://github.com/itavero/homebridge-z2m/compare/v1.11.0-beta.4...v1.11.0-beta.5
[1.11.0-beta.4]: https://github.com/itavero/homebridge-z2m/compare/v1.11.0-beta.3...v1.11.0-beta.4
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge Zigbee2MQTT",
"name": "homebridge-z2m",
"version": "1.11.0-beta.6",
"version": "1.11.0-beta.7",
"description": "Expose your Zigbee devices to HomeKit with ease, by integrating Zigbee2MQTT with Homebridge.",
"license": "Apache-2.0",
"homepage": "https://z2m.dev",
Expand Down

0 comments on commit adc5b99

Please sign in to comment.