mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Shorten tplink update cycle (#87399)
This commit is contained in:
parent
4b58800530
commit
95476f46c2
@ -26,7 +26,7 @@ class TPLinkDataUpdateCoordinator(DataUpdateCoordinator[None]):
|
||||
"""Initialize DataUpdateCoordinator to gather data for specific SmartPlug."""
|
||||
self.device = device
|
||||
self.update_children = True
|
||||
update_interval = timedelta(seconds=10)
|
||||
update_interval = timedelta(seconds=5)
|
||||
super().__init__(
|
||||
hass,
|
||||
_LOGGER,
|
||||
|
Loading…
x
Reference in New Issue
Block a user