You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: idf_component_examples/esp_matter_light/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,12 @@ The code is based on the Arduino API and uses Arduino as an IDF Component.
17
17
Once the device runs for the first time, it must be commissioned to the Matter Fabric of the available Matter Environment.
18
18
Possible Matter Environments are:
19
19
- Amazon Alexa
20
-
- Google Home Assistant
20
+
- Google Home Assistant (*)
21
21
- Apple Home
22
22
- Open Source Home Assistant
23
23
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
+
24
26
There is no QR Code to be used when the Smartphone APP wants to add the Matter Device.
0 commit comments