Skip to content

Commit

Permalink
Subdevices: revert use of poll_only
Browse files Browse the repository at this point in the history
In testing, it does not help with the connection limitations.

Issue #1054
  • Loading branch information
make-all committed Sep 8, 2024
1 parent 4bb067c commit 8c33c42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/tuya_local/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def __init__(
# Retries cause problems for other children of the parent device
# Currently, we only support polling for child devices
self._api.parent.set_socketRetryLimit(1)
poll_only = True

self._refresh_task = None
self._protocol_configured = protocol_version
Expand Down

0 comments on commit 8c33c42

Please sign in to comment.