Skip to content

Commit

Permalink
fix(ignore): Add publish to meta of toZigbee converters (#26490)
Browse files Browse the repository at this point in the history
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
ghoz and Koenkk authored Feb 24, 2025
1 parent 8ab3cd4 commit e416be3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/extension/availability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ export default class Availability extends Extension {
options,
state,
device: device.zh,
/* v8 ignore next */
publish: (payload: KeyValue) => this.publishEntityState(device, payload),
};

try {
Expand Down
2 changes: 2 additions & 0 deletions lib/extension/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ export default class Publish extends Extension {
state: entityState,
membersState,
mapped: definition,
/* v8 ignore next */
publish: (payload: KeyValue) => this.publishEntityState(re, payload),
};

// Strip endpoint name from meta.message properties.
Expand Down

0 comments on commit e416be3

Please sign in to comment.