@homebridge-plugins/homebridge-ecovacs 8.1.0-beta.4 → 8.1.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,7 +56,7 @@
56
56
  "verificationCode": {
57
57
  "title": "Verification Code",
58
58
  "type": "string",
59
- "description": "Only needed when the plugin log asks for it: enter the verification code that Ecovacs emails to your account address, then restart Homebridge. The email comes from 'ECOVACS Robotics' (noreply@support.ecovacs.com), mentions a login on a new mobile device (that device is this plugin), and may land in your spam folder. Codes expire after 24 hours.",
59
+ "description": "Only needed when the plugin log asks for it: enter the verification code that Ecovacs emails to your account address, then restart Homebridge. The email comes from 'ECOVACS Robotics' (noreply@support.ecovacs.com), mentions a login on a new mobile device (that device is this plugin), and may land in your spam folder. Codes expire after 24 hours. <a href=\"https://github.com/homebridge-plugins/homebridge-ecovacs/wiki/Device-Verification\" target=\"_blank\">Read more →</a>",
60
60
  "condition": {
61
61
  "functionBody": "return (model.library === 'alpha');"
62
62
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "displayName": "Homebridge Ecovacs",
4
4
  "alias": "Deebot",
5
5
  "type": "module",
6
- "version": "8.1.0-beta.4",
6
+ "version": "8.1.0-beta.5",
7
7
  "description": "Homebridge plugin to integrate Ecovacs Deebot/Yeedi devices into HomeKit.",
8
8
  "author": {
9
9
  "name": "bwp91",