mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Increase interval to stop Connection reset by peer (#53202)
This commit is contained in:
parent
c2a2f50316
commit
7659197154
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user