PaulAnnekov / tuyaha

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

Fix get_devices_by_type api method #31

Closed Faboor closed 4 years ago

Faboor commented 4 years ago

Looks like this method needs some love - in it current state it throws a TypeError: 'str' object is not callable and doesn't actually return anything. This fixes that.

PaulAnnekov commented 4 years ago

Nice catch. Thanks.