PaulAnnekov / tuyaha

Implements the special Tuya Home Assistant API.
Other
141 stars 106 forks source link

Manage exception in get_access_token #30

Closed ollo69 closed 4 years ago

ollo69 commented 4 years ago

Hi,

this PR is to complete this Home Assistant PR. Basically Tuya API will raise a new exception (TuyaNETException) if connection fails at startup. This will be used in HA to retry component creation.

PaulAnnekov commented 4 years ago

Thanks for PR ;). Fix issues and I will merge it.

PaulAnnekov commented 4 years ago

@ollo69 thanks, merged :+1: .

ollo69 commented 4 years ago

Thanks!!!