@homebridge-plugins/homebridge-tuya 2.2.3-beta.1 → 2.2.3-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.2.3] - (2026.5.8)
4
+
5
+ ### Changed
6
+ - Updated so that switch names are not sanitized when the plugin restarts.
7
+ This prevents the plugin from unnecessarily updating the name set by the user in the Home app.
8
+ Since information from the Home app is not sent to the plugin, I recommend changing device names through the plugin settings to avoid unintended name updates.
9
+ - Fixed an issue where switch names were not being sanitized for devices that contain multiple switches.
10
+ This will suppress the Homebridge warning logs.
11
+
12
+ ## [2.2.2] - (2026.4.8)
13
+
14
+ ### Fixed
15
+ - Fix an issue where the Configured Name was sometimes not applied
16
+
17
+ ## [2.2.1] - (2026.3.9)
18
+
19
+ ### Fixed
20
+ - Homebridge V2: supported.
21
+ - Accessory names containing invalid characters are now automatically sanitized to be HomeKit-compliant. This prevents the "invalid 'ConfiguredName'" warning and reduces the risk of accessories failing to be added or becoming unresponsive in the Home app.
22
+ - Logging added to show when names are corrected.
23
+
3
24
  ## [2.2.0] - (2026.2.23)
4
25
 
5
26
  ### Fixed
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@homebridge-plugins/homebridge-tuya",
3
3
  "displayName": "Homebridge Tuya",
4
- "version": "2.2.3-beta.1",
4
+ "version": "2.2.3-beta.2",
5
5
  "description": "Forked from 0x5e/homebridge-tuya-platform, with a focus on fixing bugs and adding new device support.",
6
6
  "license": "MIT",
7
7
  "repository": {