From 3af668399b061606bd25de543a8a1463a53025ff Mon Sep 17 00:00:00 2001 From: Arne Blumentritt Date: Sun, 25 Apr 2021 21:41:23 +0200 Subject: [PATCH] Finalised v0.7.3 --- CHANGELOG.md | 5 ++++- accessories/neatoVacuumRobot.js | 1 - package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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": [