Skip to content

Commit

Permalink
Merge pull request DrozmotiX#170 from SimonFischer04/cleanup
Browse files Browse the repository at this point in the history
remove leftover debugging statement
  • Loading branch information
DutchmanNL authored Oct 21, 2023
2 parents 13d03c1 + 69079cf commit 44ee26c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1111,8 +1111,6 @@ class Esphome extends utils.Adapter {
* @returns {Promise<void>}
*/
async createNonStateDevices(host, entity) {
console.error('');
// `${this.deviceInfo[host].deviceName}.${entity.type}.${entity.id}`
switch (this.deviceInfo[host][entity.id].type) {
case 'Button': {
await this.stateSetCreate(`${this.deviceInfo[host].deviceName}.${entity.type}.${entity.id}.SET`, `Button`, false, '', true);
Expand Down

0 comments on commit 44ee26c

Please sign in to comment.