diff --git a/package.json b/package.json index e93aa85..2e9b0ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge YoLink", "name": "homebridge-yolink", - "version": "1.4.4-beta.1", + "version": "1.4.4-beta.2", "description": "Connect to YoLink.", "license": "Apache-2.0", "repository": { diff --git a/src/coSmokeDetector.ts b/src/coSmokeDetector.ts index 885fd02..4058c7d 100644 --- a/src/coSmokeDetector.ts +++ b/src/coSmokeDetector.ts @@ -62,11 +62,6 @@ export async function initCoSmokeDetector(this: YoLinkPlatformAccessory): Promis .onGet(handleGet.bind(this, 'smoke')); this.thermoService?.getCharacteristic(platform.Characteristic.CurrentTemperature) .onGet(handleGet.bind(this, 'thermo')); - - platform.log.warn(`YoLink device type: '${device.type}' is not supported (${device.deviceMsgName}) (initialize)` - + platform.reportError + JSON.stringify(device, null, 2)); - - this.refreshDataTimer(handleGet.bind(this)); } /***********************************************************************