jasonacox / tinytuya

Python API for Tuya WiFi smart devices using a direct local area network (LAN) connection or the cloud (TuyaCloud API).
MIT License
956 stars 172 forks source link

Avoid exception if username/pwassword not defined or empty #367

Closed mschlenstedt closed 1 year ago

mschlenstedt commented 1 year ago

Also avoid exception if data type of MQTT Polling time is not set correctly.

jasonacox commented 1 year ago

Thanks @mschlenstedt and @Noschvie !