Skip to content

Commit

Permalink
fixes #148
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFischer04 committed Sep 30, 2023
1 parent 39e6e45 commit b80cb7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,8 @@ class Esphome extends utils.Adapter {
// console.log(`An attribute has changed : ${state}`);
await this.extendObjectAsync(objName, {
type: 'state',
common
common,
native: {}
});

} else {
Expand Down

0 comments on commit b80cb7f

Please sign in to comment.