| commit | 1f9196002287626c104f7a2d057d7a85479c3b71 | [log] [tgz] |
|---|---|---|
| author | Kate Hsieh <yuchihsieh@google.com> | Mon Jan 29 23:06:07 2024 -0800 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Jan 29 23:06:46 2024 -0800 |
| tree | 50c8554bd725e150d133ba4eee1c4df5dd66a8b8 | |
| parent | 062767733e3dab100a63a622e08e5c653f3cc64c [diff] |
0.3.0-rc.0 PiperOrigin-RevId: 602615462
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.10.1.6(latest public version). Or 3.12.4.1, 3.13.46.1.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