commit | 861a656e4dd93436bcccaae5b7127ba47e7fc54f | [log] [tgz] |
---|---|---|
author | Kate Hsieh <yuchihsieh@google.com> | Tue Dec 12 18:10:09 2023 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 12 18:10:44 2023 -0800 |
tree | afd62b0a93f50d4ac7020d0f8d04c9d166d12ed4 | |
parent | 76c7e0a47afc083f992edb5995714743338c7d07 [diff] |
0.2.1-rc.0 PiperOrigin-RevId: 590400255
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
.cd
to the folder.pip install .
$ ui-automator --commission DEVICE_NAME,PAIRING_CODE,ROOM_NAME
DEVICE_NAME
: desired Matter device, e.g. m5stack
PAIRING_CODE
: pairing code of your Matter device, e.g. 34970112332
ROOM_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