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