Releases: homebridge-plugins/homebridge-deebot
Releases · homebridge-plugins/homebridge-deebot
v2.7.1
v2.7.0
New
- New configuration option
showMotionLowBatt
which:- when
true
the motion sensor will activate when the Deebot's battery reaches the low battery threshold - the motion sensor will not activate again until the battery charged above the threshold and then fallen again
- when
Changes
- Default low battery status reduced from 20% to 15% to match Deebot's low battery alerts
v2.6.3
v2.6.2
v2.6.1
v2.6.0
New
- New configuration option
disableDeviceLogging
to stop device state changes being logged
Changes
- Improved validation checks and formatting for user inputs
- Removal of maximum value for
number
types on plugin settings screen - Changes to startup log messages
- Backend code changes
v2.5.1
v2.5.0
v2.4.1
v2.4.0
⚠️ Breaking Changes
hideBattHumidity
config option has changed toshowBattHumidity
- If you previously had
hideBattHumidity
set tofalse
, please change you config toshowBattHumidity
istrue
. - If you previously had
hideBattHumidity
set totrue
, you can delete this line from the config.
- If you previously had
Changes
- Updated README
- Bumped recommended node to v14.15.4