bitfocus / companion-module-tplink-kasasmartplug

Controls TP-Link Kasa Smart Home devices like the HS100 wifi plug.
MIT License
3 stars 2 forks source link

Incorrect IP would block configuration access #20

Closed istnv closed 8 months ago

istnv commented 8 months ago

If the configuration is incorrect, the synchronous (await) on the first connect would hang the module until after the initial 20 second timeout. Removed the await to allow the config tab to be created immediately.