Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To control a smart bulb using ACS we will implement a python component using the Component Generator tool.

Install dependencies

Code Block
languagebash
 # Install TinyTuya
 python -m pip install tinytuya

Create component's YML template

...