Skip to content

Commit 5adde96

Browse files
committed
Do not discover yet while accept joining request
1 parent 91f0947 commit 5adde96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/stick.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def _process_node_join_request(self, node_join_request, mac):
465465
mac,
466466
)
467467
self.msg_controller.send(NodeAddRequest(node_join_request.mac, True))
468-
self.discover_node(mac, self._discover_after_scan)
468+
self._nodes_not_discovered[mac] = (None, None)
469469
else:
470470
_LOGGER.debug(
471471
"New node with mac %s requesting to join Plugwise network, do callback",

0 commit comments

Comments
 (0)