Shorten tplink update cycle (#87399)
This commit is contained in:
parent
4b58800530
commit
95476f46c2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue