matterbridge 3.4.4-dev-20251219-9c117d4 → 3.4.4-dev-20251221-5d36df6

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/README.md CHANGED
@@ -577,11 +577,15 @@ So far is the only controller supporting all Matter 1.2, 1.3 and 1.4 device type
577
577
 
578
578
  ## Google Home
579
579
 
580
- If you face a problem pairing to Google Home from Ios app the solution is there https://github.com/Luligu/matterbridge/issues/61.
580
+ If you face a problem pairing to Google Home from iOS app the solution is there https://github.com/Luligu/matterbridge/issues/61.
581
581
 
582
582
  If you face a problem changing the brightness check this for the explanation: https://github.com/Luligu/matterbridge-zigbee2mqtt/issues/80
583
583
 
584
- No other issues reported so far.
584
+ If you encounter a “Something Went Wrong” screen while commissioning MatterBridge devices in Google Home on Android, it’s due to an Android bug. Android fails to send the country code, which is mandatory under the Matter specification.
585
+
586
+ ### Workaround
587
+
588
+ Install Google Home on an iPhone and complete the commissioning there. Once set up, the devices will appear and function normally on your Android phone and other Nest devices in your home. By [Artem Kovalov](https://github.com/artemkovalyov).
585
589
 
586
590
  ## Alexa
587
591
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.4.4-dev-20251219-9c117d4",
3
+ "version": "3.4.4-dev-20251221-5d36df6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge",
9
- "version": "3.4.4-dev-20251219-9c117d4",
9
+ "version": "3.4.4-dev-20251221-5d36df6",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@matter/main": "0.15.6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge",
3
- "version": "3.4.4-dev-20251219-9c117d4",
3
+ "version": "3.4.4-dev-20251221-5d36df6",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",