forked from home-assistant/core
Increase interval to stop Connection reset by peer (#53202)
This commit is contained in:
@@ -5,4 +5,4 @@ from typing import Final
|
||||
DOMAIN: Final = "mutesync"
|
||||
|
||||
UPDATE_INTERVAL_NOT_IN_MEETING: Final = timedelta(seconds=10)
|
||||
UPDATE_INTERVAL_IN_MEETING: Final = timedelta(seconds=5)
|
||||
UPDATE_INTERVAL_IN_MEETING: Final = timedelta(seconds=10)
|
||||
|
Reference in New Issue
Block a user