Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Oct 27, 2023
2 parents 91b7ff7 + 44ee26c commit c54505f
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 c54505f

Please sign in to comment.