diff --git a/main.js b/main.js index 98c8b0f..25682d3 100644 --- a/main.js +++ b/main.js @@ -465,7 +465,9 @@ class Esphome extends utils.Adapter { name: deviceInfo.name, statusStates: { onlineId: `${this.namespace}.${deviceName}.info._online` - } + }, + //@ts-ignore js-controller issue erstellt + desc: deviceInfo.friendlyName, }, native: { ip: host,