@homebridge-plugins/homebridge-wemo 7.0.1-beta.0 → 7.1.0

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 CHANGED
@@ -2,7 +2,21 @@
2
2
 
3
3
  All notable changes to homebridge-wemo will be documented in this file.
4
4
 
5
- ## 7.0.0 (2025-03-22)
5
+ ## v7.1.0 (2025-07-12)
6
+
7
+ ⚠️ This plugin no longer officially supports Node `v16` and `v18`, however there is no reason why it shouldn't work on these versions.
8
+
9
+ ### Notable Changes
10
+
11
+ - set supported node versions to `v20`, `v22` and `v24`
12
+ - set `strictValidation` to `true` in the config schema file
13
+
14
+ ### Other Changes
15
+
16
+ - github repo maintenance
17
+ - updated dependencies
18
+
19
+ ## v7.0.0 (2025-03-22)
6
20
 
7
21
  ### Changed
8
22
 
@@ -19,7 +33,7 @@ All notable changes to homebridge-wemo will be documented in this file.
19
33
 
20
34
  - Support for node 16
21
35
 
22
- ## 6.1.2 (2023-09-18)
36
+ ## v6.1.2 (2023-09-18)
23
37
 
24
38
  ⚠️ Note this will be the last version of the plugin to support Node 16.
25
39
  - Node 16 moves to 'end of life' on 2023-09-11 ([more info](https://nodejs.org/en/blog/announcements/nodejs16-eol))
@@ -34,7 +48,7 @@ All notable changes to homebridge-wemo will be documented in this file.
34
48
 
35
49
  - Properly ignore serial numbers if they aren't already in upper case
36
50
 
37
- ## 6.1.1 (2023-08-28)
51
+ ## v6.1.1 (2023-08-28)
38
52
 
39
53
  ### Changed
40
54
 
@@ -44,7 +58,7 @@ All notable changes to homebridge-wemo will be documented in this file.
44
58
 
45
59
  - Show config option `outletInUseTrue` even when `showAs` is not selected
46
60
 
47
- ## 6.1.0 (2023-06-17)
61
+ ## v6.1.0 (2023-06-17)
48
62
 
49
63
  ### Added
50
64
 
@@ -55,27 +69,27 @@ All notable changes to homebridge-wemo will be documented in this file.
55
69
  - Bump `node` supported versions to v16.20.0 or v18.16.0 or v20.1.0
56
70
  - Updated dependencies
57
71
 
58
- ## 6.0.4 (2023-05-01)
72
+ ## v6.0.4 (2023-05-01)
59
73
 
60
74
  ### Changed
61
75
 
62
76
  - README changes
63
77
  - Dependency updates
64
78
 
65
- ## 6.0.3 (2023-04-22)
79
+ ## v6.0.3 (2023-04-22)
66
80
 
67
81
  ### Changed
68
82
 
69
83
  - Update dependencies
70
84
  - Bump `node` supported versions to v16.20.0 or v18.16.0 or v20.0.0
71
85
 
72
- ## 6.0.2 (2023-04-10)
86
+ ## v6.0.2 (2023-04-10)
73
87
 
74
88
  ### Changed
75
89
 
76
90
  - Bump `xml2js` dependency
77
91
 
78
- ## 6.0.1 (2023-04-05)
92
+ ## v6.0.1 (2023-04-05)
79
93
 
80
94
  ### Changed
81
95
 
@@ -86,7 +100,7 @@ All notable changes to homebridge-wemo will be documented in this file.
86
100
 
87
101
  - Eve switch values for light switches
88
102
 
89
- ## 6.0.0 (2023-03-11)
103
+ ## v6.0.0 (2023-03-11)
90
104
 
91
105
  ### Breaking
92
106
 
@@ -100,14 +114,14 @@ All notable changes to homebridge-wemo will be documented in this file.
100
114
  - Bump `homebridge` recommended version to v1.6.0 or v2.0.0-beta
101
115
  - Bump `node` recommended versions to v16.19.1 or v18.15.0
102
116
 
103
- ## 5.0.5 (2022-10-16)
117
+ ## v5.0.5 (2022-10-16)
104
118
 
105
119
  ### Changed
106
120
 
107
121
  - Bump `node` recommended versions to v14.20.1 or v16.18.0 or v18.11.0
108
122
  - Bump `axios` to v1.1.3
109
123
 
110
- ## 5.0.4 (2022-09-25)
124
+ ## v5.0.4 (2022-09-25)
111
125
 
112
126
  ### Changed
113
127
 
@@ -116,7 +130,7 @@ All notable changes to homebridge-wemo will be documented in this file.
116
130
  - Bump `node` recommended versions to v14.20.1 or v16.17.1
117
131
  - Updated dev dependencies
118
132
 
119
- ## 5.0.3 (2022-06-08)
133
+ ## v5.0.3 (2022-06-08)
120
134
 
121
135
  ### Changed
122
136
 
@@ -127,19 +141,19 @@ All notable changes to homebridge-wemo will be documented in this file.
127
141
  - Fix a Crockpot issue when plugin receives off value
128
142
  - A potential issue showing errors in the logs
129
143
 
130
- ## 5.0.2 (2022-05-28)
144
+ ## v5.0.2 (2022-05-28)
131
145
 
132
146
  ### Changed
133
147
 
134
148
  - More fixes and refactoring
135
149
 
136
- ## 5.0.1 (2022-05-28)
150
+ ## v5.0.1 (2022-05-28)
137
151
 
138
152
  ### Fixed
139
153
 
140
154
  - An error message when initialising Wemo motion devices
141
155
 
142
- ## 5.0.0 (2022-05-28)
156
+ ## v5.0.0 (2022-05-28)
143
157
 
144
158
  ### Potentially Breaking Changes
145
159
 
@@ -152,7 +166,7 @@ All notable changes to homebridge-wemo will be documented in this file.
152
166
  - Bump `ip` to v2.0.0
153
167
  - Bump `node` recommended versions to v14.19.3 or v16.15.0
154
168
 
155
- ## 4.7.3 (2022-04-29)
169
+ ## v4.7.3 (2022-04-29)
156
170
 
157
171
  ### Changed
158
172
 
@@ -164,7 +178,7 @@ All notable changes to homebridge-wemo will be documented in this file.
164
178
  - Node 18 `networkInterfaces` fix
165
179
  - Note that Homebridge nor this plugin do not _officially_ support Node 18 until October 2022
166
180
 
167
- ## 4.7.2 (2022-03-20)
181
+ ## v4.7.2 (2022-03-20)
168
182
 
169
183
  ### Changed
170
184
 
@@ -176,14 +190,14 @@ All notable changes to homebridge-wemo will be documented in this file.
176
190
  - Some fixes for Wemo Crockpot
177
191
  - Accessory name logging on http receive device update failures
178
192
 
179
- ## 4.7.1 (2022-02-27)
193
+ ## v4.7.1 (2022-02-27)
180
194
 
181
195
  ### Changed
182
196
 
183
197
  - Bump `axios` to v0.26.0
184
198
  - Bump `node` recommended versions to v14.19.0 or v16.14.0
185
199
 
186
- ## 4.7.0 (2022-02-08)
200
+ ## v4.7.0 (2022-02-08)
187
201
 
188
202
  ### Added
189
203
 
@@ -193,7 +207,7 @@ All notable changes to homebridge-wemo will be documented in this file.
193
207
 
194
208
  - Characteristic warning for Wemo Humidifier
195
209
 
196
- ## 4.6.0 (2022-01-28)
210
+ ## v4.6.0 (2022-01-28)
197
211
 
198
212
  See ⚠️ for potentially breaking changes
199
213
 
@@ -214,7 +228,7 @@ See ⚠️ for potentially breaking changes
214
228
  - HomeKit 'No Response' issue with Wemo Maker
215
229
  - Unsupported devices will now only show once in the log when first discovered
216
230
 
217
- ## 4.5.4 (2022-01-13)
231
+ ## v4.5.4 (2022-01-13)
218
232
 
219
233
  ### Changed
220
234
 
@@ -224,26 +238,26 @@ See ⚠️ for potentially breaking changes
224
238
 
225
239
  - Plugin crash for older versions of Homebridge
226
240
 
227
- ## 4.5.3 (2022-01-05)
241
+ ## v4.5.3 (2022-01-05)
228
242
 
229
243
  ### Changed
230
244
 
231
245
  - Bump `homebridge` recommended version to v1.3.9
232
246
 
233
- ## 4.5.2 (2021-12-30)
247
+ ## v4.5.2 (2021-12-30)
234
248
 
235
249
  ### Changed
236
250
 
237
251
  - Plugin will log HAPNodeJS version on startup
238
252
  - Default UPnP interval increased to `300` (5 minute interval)
239
253
 
240
- ## 4.5.1 (2021-12-22)
254
+ ## v4.5.1 (2021-12-22)
241
255
 
242
256
  ### Fixed
243
257
 
244
258
  - Option to specify the subscription time for UPnP subscriptions, eero users _may_ benefit from increasing this value
245
259
 
246
- ## 4.5.0 (2021-12-21)
260
+ ## v4.5.0 (2021-12-21)
247
261
 
248
262
  ### Added
249
263
 
@@ -253,7 +267,7 @@ See ⚠️ for potentially breaking changes
253
267
 
254
268
  - Moved commonly used configuration options out of the 'Optional Settings' section for easier access
255
269
 
256
- ## 4.4.0 (2021-12-08)
270
+ ## v4.4.0 (2021-12-08)
257
271
 
258
272
  See ⚠️ for breaking changes
259
273
 
@@ -271,7 +285,7 @@ See ⚠️ for breaking changes
271
285
 
272
286
  - ⚠️ Removed the `manualDevices[]` config entry, the same functionality is available in the device-type specific sections
273
287
 
274
- ## 4.3.0 (2021-11-18)
288
+ ## v4.3.0 (2021-11-18)
275
289
 
276
290
  ### Added
277
291
 
@@ -282,7 +296,7 @@ See ⚠️ for breaking changes
282
296
 
283
297
  - An `undefined` logging entry for the Wemo Insight
284
298
 
285
- ## 4.2.6 (2021-10-31)
299
+ ## v4.2.6 (2021-10-31)
286
300
 
287
301
  ### Changed
288
302
 
@@ -290,7 +304,7 @@ See ⚠️ for breaking changes
290
304
  - Bump `node` recommended versions to v14.18.1 or v16.13.0
291
305
  - Bump `axios` to v0.24.0
292
306
 
293
- ## 4.2.5 (2021-10-20)
307
+ ## v4.2.5 (2021-10-20)
294
308
 
295
309
  ### Changed
296
310
 
@@ -300,7 +314,7 @@ See ⚠️ for breaking changes
300
314
 
301
315
  - An Eve app 'no data' gap for garage devices when restarting the plugin
302
316
 
303
- ## 4.2.4 (2021-10-16)
317
+ ## v4.2.4 (2021-10-16)
304
318
 
305
319
  ### Changed
306
320
 
@@ -312,25 +326,25 @@ See ⚠️ for breaking changes
312
326
 
313
327
  - An error when trying to unregister a hidden accessory from Homebridge
314
328
 
315
- ## 4.2.3 (2021-10-03)
329
+ ## v4.2.3 (2021-10-03)
316
330
 
317
331
  ### Changed
318
332
 
319
333
  - Bump `axios` to v0.22.0
320
334
 
321
- ## 4.2.2 (2021-09-30)
335
+ ## v4.2.2 (2021-09-30)
322
336
 
323
337
  ### Fixed
324
338
 
325
339
  - Increase UPnP subscription time to 130 seconds to fix instances of `412` error
326
340
 
327
- ## 4.2.1 (2021-09-30)
341
+ ## v4.2.1 (2021-09-30)
328
342
 
329
343
  ### Changed
330
344
 
331
345
  - Recommended node versions bumped to v14.18.0 or v16.10.0
332
346
 
333
- ## 4.2.0 (2021-09-28)
347
+ ## v4.2.0 (2021-09-28)
334
348
 
335
349
  ### Added
336
350
 
@@ -340,14 +354,14 @@ See ⚠️ for breaking changes
340
354
 
341
355
  - UPnP callback url now uses the accessory UUID (not the UDN) so the plugin immediately knows which accessory a notification relates to
342
356
 
343
- ## 4.1.6 (2021-09-09)
357
+ ## v4.1.6 (2021-09-09)
344
358
 
345
359
  ### Changed
346
360
 
347
361
  - `configureAccessory` function simplified to reduce chance of accessory cache retrieval failing
348
362
  - Bump `axios` to v0.21.4
349
363
 
350
- ## 4.1.5 (2021-09-05)
364
+ ## v4.1.5 (2021-09-05)
351
365
 
352
366
  ### Changed
353
367
 
@@ -355,25 +369,25 @@ See ⚠️ for breaking changes
355
369
  - Recommended node version bumped to v14.17.6
356
370
  - Bump `axios` to v0.21.3
357
371
 
358
- ## 4.1.4 (2021-08-22)
372
+ ## v4.1.4 (2021-08-22)
359
373
 
360
374
  ### Changed
361
375
 
362
376
  - Ignore `pywemo` virtual device type `urn:Belkin:device:switch:1`
363
377
 
364
- ## 4.1.3 (2021-08-18)
378
+ ## v4.1.3 (2021-08-18)
365
379
 
366
380
  ### Fixed
367
381
 
368
382
  - Better handling of NodeSSDP `No sockets available, cannot start.` error
369
383
 
370
- ## 4.1.2 (2021-08-17)
384
+ ## v4.1.2 (2021-08-17)
371
385
 
372
386
  ### Fixed
373
387
 
374
388
  - An unhandled rejection error when initialising Wemo Link
375
389
 
376
- ## 4.1.1 (2021-08-12)
390
+ ## v4.1.1 (2021-08-12)
377
391
 
378
392
  ### Changed
379
393
 
@@ -384,7 +398,7 @@ See ⚠️ for breaking changes
384
398
 
385
399
  - Fixed title of `debugNodeSSDP` setting (only visible in HOOBS)
386
400
 
387
- ## 4.1.0 (2021-08-10)
401
+ ## v4.1.0 (2021-08-10)
388
402
 
389
403
  ### Added
390
404
 
@@ -437,7 +451,7 @@ See ⚠️ for breaking changes
437
451
  - Please start to move any entries you have from the manual devices section to the appropriate device section
438
452
  - Any entries in the manual devices section will continue to work (ie this is not a breaking change)
439
453
 
440
- ## 4.0.0 (2021-07-29)
454
+ ## v4.0.0 (2021-07-29)
441
455
 
442
456
  ### Added
443
457
 
@@ -456,26 +470,26 @@ See ⚠️ for breaking changes
456
470
  - Devices can be ignored by entering a serial number in the relevant device section and ticking 'Hide From HomeKit'
457
471
  - It is recommended to set up your ignored devices **before** updating to avoid losing your list of serial numbers
458
472
 
459
- ## 3.4.2 (2021-07-27)
473
+ ## v3.4.2 (2021-07-27)
460
474
 
461
475
  ### Fixed
462
476
 
463
477
  - An issue preventing Wemo Outlets being exposed as `Switch` or `AirPurifier` types
464
478
 
465
- ## 3.4.1 (2021-07-24)
479
+ ## v3.4.1 (2021-07-24)
466
480
 
467
481
  ### Fixed
468
482
 
469
483
  - Use new plugin alias in config schema file
470
484
 
471
- ## 3.4.0 (2021-07-24)
485
+ ## v3.4.0 (2021-07-24)
472
486
 
473
487
  ### Changed
474
488
 
475
489
  - Plugin name from `homebridge-platform-wemo` to `homebridge-wemo`
476
490
  - Plugin alias from `BelkinWeMo` to `Wemo`
477
491
 
478
- ## 3.3.0 (2021-07-22)
492
+ ## v3.3.0 (2021-07-22)
479
493
 
480
494
  ### Added
481
495
 
@@ -495,19 +509,19 @@ See ⚠️ for breaking changes
495
509
 
496
510
  - Logging status for the Wemo Maker sensor (when exposed as a Switch) was incorrectly reversed
497
511
 
498
- ## 3.2.2 (2021-07-08)
512
+ ## v3.2.2 (2021-07-08)
499
513
 
500
514
  ### Changes
501
515
 
502
516
  - Revert node version bump to v14.17.3 (back to v14.17.2)
503
517
 
504
- ## 3.2.1 (2021-07-07)
518
+ ## v3.2.1 (2021-07-07)
505
519
 
506
520
  ### Fixed
507
521
 
508
522
  - An issue initialising Wemo light switch devices ([#262](https://github.com/homebridge-plugins/homebridge-wemo/issues/262))
509
523
 
510
- ## 3.2.0 (2021-07-07)
524
+ ## v3.2.0 (2021-07-07)
511
525
 
512
526
  ### Added
513
527
 
@@ -546,7 +560,7 @@ See ⚠️ for breaking changes
546
560
  - `overrideDisabledLogging` setting for each accessory type (replaced with `overrideLogging` setting)
547
561
  - `showAsSwitch` setting for Wemo Outlets (replaced with `showAs` setting)
548
562
 
549
- ## 3.1.0 (2021-05-26)
563
+ ## v3.1.0 (2021-05-26)
550
564
 
551
565
  ### Added
552
566
 
@@ -557,7 +571,7 @@ See ⚠️ for breaking changes
557
571
  - Use `standard-prettier` code formatting
558
572
  - Recommended node version bump to v14.17.0
559
573
 
560
- ## 3.0.9 (2021-05-10)
574
+ ## v3.0.9 (2021-05-10)
561
575
 
562
576
  ### Changed
563
577
 
@@ -565,7 +579,7 @@ See ⚠️ for breaking changes
565
579
  - Update the correct corresponding characteristic after the 'No Response' timeout
566
580
  - Ensure user is using at least Homebridge v1.3.0
567
581
 
568
- ## 3.0.8 (2021-05-04)
582
+ ## v3.0.8 (2021-05-04)
569
583
 
570
584
  ### Changed
571
585
 
@@ -573,20 +587,20 @@ See ⚠️ for breaking changes
573
587
  - Accessory 'identify' function will now add an entry to the log
574
588
  - Backend refactoring, function and variable name changes
575
589
 
576
- ## 3.0.7 (2021-04-27)
590
+ ## v3.0.7 (2021-04-27)
577
591
 
578
592
  ### Changed
579
593
 
580
594
  - Display Wemo Insight 'on time' as HH:MM:SS in logs
581
595
  - More consistent logging on device errors, and helpful info for common errors
582
596
 
583
- ## 3.0.6 (2021-04-24)
597
+ ## v3.0.6 (2021-04-24)
584
598
 
585
599
  ### Fixed
586
600
 
587
601
  - Fix 'time on' and 'total consumption' calculations for Wemo Insights
588
602
 
589
- ## 3.0.5 (2021-04-16)
603
+ ## v3.0.5 (2021-04-16)
590
604
 
591
605
  ### Changed
592
606
 
@@ -596,25 +610,25 @@ See ⚠️ for breaking changes
596
610
 
597
611
  - Fix characteristic NaN warning for `LastActivation`
598
612
 
599
- ## 3.0.4 (2021-04-14)
613
+ ## v3.0.4 (2021-04-14)
600
614
 
601
615
  ### Fixed
602
616
 
603
617
  - Ensure 'No Response' is removed from Wemo Makers when discovered
604
618
 
605
- ## 3.0.3 (2021-04-14)
619
+ ## v3.0.3 (2021-04-14)
606
620
 
607
621
  ### Fixed
608
622
 
609
623
  - Fixes a characteristic issue with Wemo Maker devices
610
624
 
611
- ## 3.0.2 (2021-04-13)
625
+ ## v3.0.2 (2021-04-13)
612
626
 
613
627
  ### Fixed
614
628
 
615
629
  - Fix for `Cannot read property 'updateCharacteristic' of undefined` on plugin startup
616
630
 
617
- ## 3.0.1 (2021-04-13)
631
+ ## v3.0.1 (2021-04-13)
618
632
 
619
633
  ### Requirements
620
634
 
@@ -638,7 +652,7 @@ See ⚠️ for breaking changes
638
652
  - Updated README to reflect minimum supported Homebridge/HOOBS and Node versions
639
653
  - Updated recommended Node to v14.16.1
640
654
 
641
- ## 2.15.2 (2021-03-21)
655
+ ## v2.15.2 (2021-03-21)
642
656
 
643
657
  ### Changed
644
658
 
@@ -649,13 +663,13 @@ See ⚠️ for breaking changes
649
663
 
650
664
  - Correct `debugFakegato` setting to type boolean
651
665
 
652
- ## 2.15.1 (2021-03-17)
666
+ ## v2.15.1 (2021-03-17)
653
667
 
654
668
  ### Changed
655
669
 
656
670
  - Modified config schema to show titles/descriptions for non Homebridge UI users
657
671
 
658
- ## 2.15.0 (2021-03-14)
672
+ ## v2.15.0 (2021-03-14)
659
673
 
660
674
  ### Added
661
675
 
@@ -671,7 +685,7 @@ See ⚠️ for breaking changes
671
685
  - Adaptive Lighting now requires Homebridge 1.3 release
672
686
  - **Wemo Crockpot** polling interval will be stopped if Homebridge shuts down
673
687
 
674
- ## 2.14.0 (2021-03-02)
688
+ ## v2.14.0 (2021-03-02)
675
689
 
676
690
  ### Added
677
691
 
@@ -686,7 +700,7 @@ See ⚠️ for breaking changes
686
700
  - Plugin will now check if a device is ignored by the device USN at an earlier stage of being discovered
687
701
  - Updated minimum Node to v14.16.0
688
702
 
689
- ## 2.13.0 (2021-02-17)
703
+ ## v2.13.0 (2021-02-17)
690
704
 
691
705
  ### Added
692
706
 
@@ -706,7 +720,7 @@ See ⚠️ for breaking changes
706
720
 
707
721
  - Fixes a uuid error when adding Insights to Homebridge
708
722
 
709
- ## 2.12.0 (2021-02-13)
723
+ ## v2.12.0 (2021-02-13)
710
724
 
711
725
  ### Added
712
726
 
@@ -726,7 +740,7 @@ See ⚠️ for breaking changes
726
740
  - Fakegato library formatting and simplification
727
741
  - [Backend] Code refactoring
728
742
 
729
- ## 2.11.0 (2021-02-01)
743
+ ## v2.11.0 (2021-02-01)
730
744
 
731
745
  ### Changed
732
746
 
@@ -747,7 +761,7 @@ See ⚠️ for breaking changes
747
761
  - Properly catch exceptions on SSDP search errors
748
762
  - Fixes a bug when initialising Garage Doors
749
763
 
750
- ## 2.10.0 (2021-01-30)
764
+ ## v2.10.0 (2021-01-30)
751
765
 
752
766
  ### Added
753
767
 
@@ -779,7 +793,7 @@ See ⚠️ for breaking changes
779
793
 
780
794
  - Fixes an issue where the Insight would consistently log outlet-in-use between true and false
781
795
 
782
- ## 2.9.1 (2021-01-21)
796
+ ## v2.9.1 (2021-01-21)
783
797
 
784
798
  ### Changed
785
799
 
@@ -791,7 +805,7 @@ See ⚠️ for breaking changes
791
805
 
792
806
  - Fixes a 'multiple callback' issue with Fakegato history service
793
807
 
794
- ## 2.9.0 (2021-01-14)
808
+ ## v2.9.0 (2021-01-14)
795
809
 
796
810
  ### Added
797
811
 
package/README.md CHANGED
@@ -7,13 +7,13 @@
7
7
 
8
8
  Homebridge plugin to integrate Wemo devices into HomeKit
9
9
 
10
- [![npm](https://img.shields.io/npm/v/homebridge-wemo/latest?label=latest)](https://www.npmjs.com/package/homebridge-wemo)
11
- [![npm](https://img.shields.io/npm/v/homebridge-wemo/beta?label=beta)](https://github.com/homebridge-plugins/homebridge-wemo/wiki/Beta-Version)
10
+ [![npm](https://img.shields.io/npm/v/@homebridge-plugins/homebridge-wemo/latest?label=latest)](https://www.npmjs.com/package/@homebridge-plugins/homebridge-wemo)
11
+ [![npm](https://img.shields.io/npm/v/@homebridge-plugins/homebridge-wemo/beta?label=beta)](https://github.com/homebridge-plugins/homebridge-wemo/wiki/Beta-Version)
12
12
 
13
13
  [![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
14
14
  [![hoobs-certified](https://badgen.net/badge/HOOBS/certified/yellow?label=hoobs)](https://plugins.hoobs.org/plugin/homebridge-wemo)
15
15
 
16
- [![npm](https://img.shields.io/npm/dt/homebridge-wemo)](https://www.npmjs.com/package/homebridge-wemo)
16
+ [![npm](https://img.shields.io/npm/dt/@homebridge-plugins/homebridge-wemo)](https://www.npmjs.com/package/@homebridge-plugins/homebridge-wemo)
17
17
  [![Discord](https://img.shields.io/discord/432663330281226270?color=728ED5&logo=discord&label=hb-discord)](https://discord.com/channels/432663330281226270/742733745743855627)
18
18
 
19
19
  </span>
@@ -25,10 +25,15 @@ Homebridge plugin to integrate Wemo devices into HomeKit
25
25
  - will attempt to control your devices via a local HTTP request
26
26
  - will attempt to establish a UPnP connection to your devices to listen for external changes (if disabled, HTTP polling is used)
27
27
 
28
+ > [!NOTE]
29
+ > This plugin does not use the Wemo cloud service - it is designed to work entirely on your local network.
30
+ > This means that the plugin should continue to work after the Wemo cloud service is discontinued.
31
+ > See [issue #203](https://github.com/homebridge-plugins/homebridge-wemo/issues/203) for more information.
32
+
28
33
  ### Prerequisites
29
34
 
30
35
  - To use this plugin, you will need to already have:
31
- - [Node](https://nodejs.org): latest version of `v18`, `v20` or `v22` - any other major version is not supported.
36
+ - [Node](https://nodejs.org): latest version of `v20`, `v22` or `v24` - any other major version is not supported.
32
37
  - [Homebridge](https://homebridge.io): `v1.6` - refer to link for more information and installation instructions.
33
38
  - For the UPnP connection, make sure your Homebridge instance has an allocated IP from the same IP network or VLAN as your Wemo devices. Otherwise, you should disable the UPnP connection to avoid connection errors.
34
39
 
@@ -5,6 +5,7 @@
5
5
  "customUiPath": "./lib/homebridge-ui",
6
6
  "headerDisplay": "<p align=\"center\"><img width=\"60%\" src=\"https://user-images.githubusercontent.com/43026681/126868557-d0983348-d124-4247-bea9-7dcc62849cdf.png\"></p><p align=\"center\">For help and support please visit our <a href=\"https://github.com/homebridge-plugins/homebridge-wemo/wiki\">GitHub Wiki</a>. We hope you find this plugin useful!</p>",
7
7
  "singular": true,
8
+ "strictValidation": true,
8
9
  "schema": {
9
10
  "type": "object",
10
11
  "properties": {
package/eslint.config.js CHANGED
@@ -8,8 +8,6 @@ export default antfu(
8
8
  rules: {
9
9
  'curly': ['error', 'multi-line'],
10
10
  'new-cap': 'off',
11
- 'import/extensions': ['error', 'ignorePackages'],
12
- 'import/order': 0,
13
11
  'jsdoc/check-alignment': 'warn',
14
12
  'jsdoc/check-line-alignment': 'warn',
15
13
  'jsdoc/require-returns-check': 0,
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.0.1-beta.0",
5
+ "version": "7.1.0",
6
6
  "description": "Homebridge plugin to integrate Wemo devices into HomeKit.",
7
7
  "author": {
8
8
  "name": "bwp91",
@@ -48,15 +48,15 @@
48
48
  "main": "lib/index.js",
49
49
  "engines": {
50
50
  "homebridge": "^1.6.0 || ^2.0.0-beta.0",
51
- "node": "^18.20.8 || ^20.19.0 || ^22.14.0"
51
+ "node": "^20 || ^22 || ^24"
52
52
  },
53
53
  "scripts": {
54
- "lint": "eslint . --fix",
55
- "rebuild": "rm -rf package-lock.json && rm -rf node_modules && npm install"
54
+ "lint": "eslint . --max-warnings=0",
55
+ "lint:fix": "npm run lint -- --fix"
56
56
  },
57
57
  "dependencies": {
58
- "@homebridge/plugin-ui-utils": "^2.0.2",
59
- "axios": "^1.8.4",
58
+ "@homebridge/plugin-ui-utils": "^2.1.0",
59
+ "axios": "^1.10.0",
60
60
  "ip": "^2.0.1",
61
61
  "node-ssdp": "^4.0.1",
62
62
  "p-queue": "^8.1.0",
@@ -64,7 +64,6 @@
64
64
  "xmlbuilder": "^15.1.1"
65
65
  },
66
66
  "devDependencies": {
67
- "@antfu/eslint-config": "^4.12.0",
68
- "eslint": "^9.24.0"
67
+ "@antfu/eslint-config": "^4.16.2"
69
68
  }
70
69
  }