Tuya Integration not found

Why can’t I add Tuya integration to my Home Assistant (on Raspberry Pi). The help documents show it is available, but its not shown under the integration list???

Because it is not in the integration list. A lot (the most) integrations are not in that list, but need to be configured in your configuration.yaml

Add something like this in your configuration.yaml :

tuya:
  username: [email protected]
  password: xxx
  country_code: 32
  platform: smart_life
      

See the tuya integration documentation for details.

Thanks for your help. .It eventually worked. The entries need to be enclosed in quotation marks, single or double.

The example is the entry I actually use (with my email & password redacted), but good you got it working !

This page in the docs says to add via UI, and not to use yaml?

This is new since version 0.110 released last Wednesday.