| commit | db61d5eaf067ae41fd56e6b73da2627b4b16b781 | [log] [tgz] |
|---|---|---|
| author | Kate Hsieh <yuchihsieh@google.com> | Mon Dec 18 04:57:15 2023 -0800 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Dec 18 04:57:49 2023 -0800 |
| tree | 11f9dd2d07139a09d60ffe4a6e783fdb53fd9835 | |
| parent | ebee7eec50d116756bdf7cb27962d01f7a1ee94c [diff] |
0.2.1-rc.1 PiperOrigin-RevId: 591861211
Google Home Automator can help you automating your Google Home App.
You need a python 3 environment to run the script. Google Home UI Automator requires python 3.9 or newer.
3.1.1.14 and 3.7.1.4.NOTE: Please select the correct Google account on Google Home App.
cd to the folder.pip install .$ ui-automator --commission DEVICE_NAME,PAIRING_CODE,ROOM_NAME
DEVICE_NAME: desired Matter device, e.g. m5stackPAIRING_CODE: pairing code of your Matter device, e.g. 34970112332ROOM_NAME: room that is going to be assigned, e.g. Office$ ui-automator --decommission DEVICE_NAME
DEVICE_NAME: display name of commissioned Matter device on GHA, e.g. m5stack$ ui-automator --commission DEVICE_NAME,PAIRING_CODE,ROOM_NAME --regtest [--repeat <REPEAT_TIMES>]
--regtest is required--commission--repeat to run regression test in limited timesREPEAT_TIMES: repeated times for regression test