@homebridge-plugins/homebridge-ecovacs 7.2.1 → 7.2.2
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.
- package/CHANGELOG.md +6 -0
- package/README.md +2 -0
- package/lib/utils/lang-en.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -24,6 +24,8 @@ Homebridge plugin to integrate Ecovacs Deebot or Yeedi devices into HomeKit
|
|
|
24
24
|
- requires your Ecovacs or Yeedi credentials to function
|
|
25
25
|
- uses a cloud-based connection (i.e. requires the internet)
|
|
26
26
|
|
|
27
|
+
> I'm looking for some lovely people to help maintain this plugin, please get in touch on GitHub or Discord if you'd like to help out 😄
|
|
28
|
+
|
|
27
29
|
### Prerequisites
|
|
28
30
|
|
|
29
31
|
- To use this plugin, you will need to already have:
|
package/lib/utils/lang-en.js
CHANGED
|
@@ -74,6 +74,6 @@ export default {
|
|
|
74
74
|
speedFail: 'sending speed update failed as',
|
|
75
75
|
stop: 'stop',
|
|
76
76
|
typeForArea: 'Type for predefined area',
|
|
77
|
-
welcome: '
|
|
77
|
+
welcome: 'I\'m looking for some lovely people to help maintain this plugin, please get in touch on GitHub or Discord if you\'d like to help out 😄',
|
|
78
78
|
unknownCommandTypeForArea: 'Unknown command type for predefined area',
|
|
79
79
|
}
|
package/package.json
CHANGED