mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 11:03:05 +00:00
Managed Component Light
This example creates a Color Temperature Light device using the esp_matter component downloaded from Espressif Component Registry instead of the extra component in local, so the example can work without setting the esp-matter environment.
// TODO: IDF-9801
Note: To prevent the hash problem during building, the version IDF component management should be 1.4.*. Use
compote versionto show the version. Usepip install 'idf-component-manager~=1.4.0'to install.
See the docs for more information about building and flashing the firmware.