Skip to content

Commit

Permalink
v1.6.1 (#180)
Browse files Browse the repository at this point in the history
## [Version 1.6.1](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v1.6.1) (2022-01-02)

## What's Changed
* Fixed an issue where when `Adaptive Lighting Shift` was set to -1, Adaptive Lighting would not be removed.
* Fixed an issue with motion sensor refreshStatus that would cause plugin to cause Homebridge restart.
* Fixed Bug: npm ERR! code 1. [#151](#151)
    * Made `node-switchbot` an optionalDependencies
    * So If `node-switchbot` doesn't get installed successfully then BLE will not work.
* Housekeeping and updated dependencies.

**Full Changelog**: v1.6.0...v1.6.1
  • Loading branch information
donavanbecker authored Jan 2, 2022
1 parent 869c3d0 commit 75a0b64
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 154 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [Version 1.6.1](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v1.6.1) (2022-01-02)

## What's Changed
* Fixed an issue where when `Adaptive Lighting Shift` was set to -1, Adaptive Lighting would not be removed.
* Fixed an issue with motion sensor refreshStatus that would cause plugin to cause Homebridge restart.
* Fixed Bug: npm ERR! code 1. [#151](https://github.com/OpenWonderLabs/homebridge-switchbot/issues/151)
* Made `node-switchbot` an optionalDependencies
* So If `node-switchbot` doesn't get installed successfully then BLE will not work.
* Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/OpenWonderLabs/homebridge-switchbot/compare/v1.6.0...v1.6.1

## [Version 1.6.0](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v1.6.0) (2021-12-31)

## What's Changed
Expand Down
Loading

0 comments on commit 75a0b64

Please sign in to comment.