Skip to content

Commit a28de7d

Browse files
committed
init: reconnect every 2 minutes rather than 5
1 parent 44e59b7 commit a28de7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
UPDATE_TOPIC = f"{DOMAIN}_update"
2626
ERROR_ITERVAL_MAPPING = [0, 10, 60, 300, 600, 3000, 6000]
27-
ERROR_RECONNECT_INTERVAL = 300
27+
ERROR_RECONNECT_INTERVAL = 120
2828
NOTIFICATION_ID = "ph803w_device_notification"
2929
NOTIFICATION_TITLE = "PH-803W Device status"
3030

0 commit comments

Comments
 (0)