diff --git a/src/platform/platformAccessoryBattery.ts b/src/platform/platformAccessoryBattery.ts index 45f222e..4ab9ead 100644 --- a/src/platform/platformAccessoryBattery.ts +++ b/src/platform/platformAccessoryBattery.ts @@ -99,13 +99,13 @@ export class TeslaBatteryAccessory extends TeslaAccessory { this.currentStateBattereyLevel ); // Also set the charge in the swith name since Homekit is useless to display data that is there!! - this.service.setCharacteristic( - this.platform.Characteristic.ConfiguredName, - this.platform.accessoryPrefix + - '\uD83D\uDD0B ' + - this.currentStateBattereyLevel.toString() + - '%' - ); + // this.service.setCharacteristic( + // this.platform.Characteristic.ConfiguredName, + // this.platform.accessoryPrefix + + // '\uD83D\uDD0B ' + + // this.currentStateBattereyLevel.toString() + + // '%' + // ); } if (oldCurrentStateBatteryLevelLow !== this.currentStateBatteryLevelLow) {