Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Feb 10, 2024
1 parent f76cea4 commit 0a4ae4f
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 186 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

All notable changes to homebridge-wemo will be documented in this file.

## 7.0.0 (2023-10-25)
## 7.0.0 (2024-02-10)

### Changed

- Updated dependencies
- Bump `node` supported versions to v18.18.2 or v20.8.1

### Fixed

- Setup issues with Wemo Link devices

### Removed

- Support for node 16
Expand Down
1 change: 1 addition & 0 deletions lib/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,7 @@ export default class {

// Set up the main 'hidden' accessory for the Link
accessory = this.addAccessory(device, true, true);
this.applyAccessoryLogging(accessory);
accessory.context = { ...accessory.context, ...context, ...{ hidden: true } };
if (Object.keys(context.serviceList).length > 0 && context.connection === 'upnp') {
accessory.client = new upnpClient(this, accessory);
Expand Down
Loading

0 comments on commit 0a4ae4f

Please sign in to comment.