Skip to content

Commit fe50297

Browse files
authored
feat(matter): adds information about google
Goggle Home Assistant requires special configurtation in order to allow the Light to show up in the GHA APP.
1 parent bae7b60 commit fe50297

File tree

1 file changed

+3
-1
lines changed
  • idf_component_examples/esp_matter_light

1 file changed

+3
-1
lines changed

idf_component_examples/esp_matter_light/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ The code is based on the Arduino API and uses Arduino as an IDF Component.
1717
Once the device runs for the first time, it must be commissioned to the Matter Fabric of the available Matter Environment.
1818
Possible Matter Environments are:
1919
- Amazon Alexa
20-
- Google Home Assistant
20+
- Google Home Assistant (*)
2121
- Apple Home
2222
- Open Source Home Assistant
2323

24+
(*) Google Home Assistant requires the user to set up a Matter Light using the [Google Home Developer Console](https://developers.home.google.com/codelabs/matter-device#2). It is necessary to create a Matter Light device with VID = 0xFFF1 and PID = 0x8000. Otherwise, the Light won't show up in the GHA APP. This action is necessary because the Firmware uses Testing credentials and Google requires the user to create the testing device before using it.
25+
2426
There is no QR Code to be used when the Smartphone APP wants to add the Matter Device.
2527
Please enter the code manually: `34970112332`
2628

0 commit comments

Comments
 (0)