@homebridge-plugins/homebridge-wemo 7.2.0 → 7.2.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.
- package/CHANGELOG.md +6 -0
- package/README.md +2 -0
- package/lib/utils/lang-en.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -30,6 +30,8 @@ Homebridge plugin to integrate Wemo devices into HomeKit
|
|
|
30
30
|
> This means that the plugin should continue to work after the Wemo cloud service is discontinued.
|
|
31
31
|
> See [issue #203](https://github.com/homebridge-plugins/homebridge-wemo/issues/203) for more information.
|
|
32
32
|
|
|
33
|
+
> 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 😄
|
|
34
|
+
|
|
33
35
|
### Prerequisites
|
|
34
36
|
|
|
35
37
|
- To use this plugin, you will need to already have:
|
package/lib/utils/lang-en.js
CHANGED
|
@@ -121,5 +121,5 @@ export default {
|
|
|
121
121
|
upnpFail: 'upnp error (will be re-attempted)',
|
|
122
122
|
upnpGood: 'upnp has been established',
|
|
123
123
|
viaAL: 'via adaptive lighting',
|
|
124
|
-
welcome: '
|
|
124
|
+
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 😄',
|
|
125
125
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@homebridge-plugins/homebridge-wemo",
|
|
3
3
|
"alias": "Wemo",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "7.2.
|
|
5
|
+
"version": "7.2.1",
|
|
6
6
|
"description": "Homebridge plugin to integrate Wemo devices into HomeKit.",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "bwp91",
|
|
@@ -64,6 +64,6 @@
|
|
|
64
64
|
"xmlbuilder": "^15.1.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@antfu/eslint-config": "^4.
|
|
67
|
+
"@antfu/eslint-config": "^4.17.0"
|
|
68
68
|
}
|
|
69
69
|
}
|