@homebridge-plugins/homebridge-ecovacs 8.0.2-beta.0 → 8.0.2-beta.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,7 @@ All notable changes to `@homebridge-plugins/homebridge-ecovacs` will be document
7
7
  ### Changed
8
8
 
9
9
  - fix: give each vacuum its own client resource so multiple devices no longer mix up status updates (#81)
10
+ - chore(github): update the setup-node action to v7
10
11
 
11
12
  ## v8.0.1 (2026-07-12)
12
13
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "displayName": "Homebridge Ecovacs",
4
4
  "alias": "Deebot",
5
5
  "type": "module",
6
- "version": "8.0.2-beta.0",
6
+ "version": "8.0.2-beta.1",
7
7
  "description": "Homebridge plugin to integrate Ecovacs Deebot/Yeedi devices into HomeKit.",
8
8
  "author": {
9
9
  "name": "bwp91",