Skip to content

v1.14.0 - Command Line Updates

Compare
Choose a tag to compare
@jasonacox jasonacox released this 26 May 23:36
· 47 commits to master since this release
a75324b

What's Changed

  • PyPI 1.14.0
  • README Update: Warn users about use of guest accounts by @Hello1024 in #491
  • Add support for pipx install tinytuya as raised by @felipecrs in #500 allowing for easier CLI use.
  • Updated docs to explain timeout as raised by @GamerPeggun in #501
  • Rewrite main to use argparse and add additional options by @uzlonewolf in #503
  • Note possible breaking change: Running tinytuya by itself will now produce a "Usage" page instead of running a scan. Use tinytuya scan or python -m tinytuya scan.
# Install CLI tool with pipx
pipx install tinytuya

tinytuya scan

New Contributors

Full Changelog: v1.13.2...v1.14.0