diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5c9bf..d5d35f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -116,4 +116,7 @@ * Fixed robot not shown before setting up a floor plan ## 0.7.2 -* Fixed homebridge crash with multiple robots per account \ No newline at end of file +* Fixed homebridge crash with multiple robots per account + +## 0.7.3 +* Fixed warnings since homebridge 1.3.0 \ No newline at end of file diff --git a/accessories/neatoVacuumRobot.js b/accessories/neatoVacuumRobot.js index 7171d5f..678c43c 100644 --- a/accessories/neatoVacuumRobot.js +++ b/accessories/neatoVacuumRobot.js @@ -239,7 +239,6 @@ NeatoVacuumRobotAccessory.prototype = { // Start cleaning else if (this.robot.canStart) { - debug(this.name + ": ## Start cleaning"); this.clean(callback); } // Cannot start diff --git a/package.json b/package.json index 3fd5b1b..24d087f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-neato", - "version": "0.7.2", + "version": "0.7.3", "description": "A Neato vacuum robot plugin for homebridge.", "license": "MIT", "keywords": [