mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 19:18:20 +00:00
Increase ping update interval to 30 seconds (#105199)
This commit is contained in:
parent
8ffb147926
commit
c5d1a0fbe1
@ -40,7 +40,7 @@ class PingUpdateCoordinator(DataUpdateCoordinator[PingResult]):
|
||||
hass,
|
||||
_LOGGER,
|
||||
name=f"Ping {ping.ip_address}",
|
||||
update_interval=timedelta(seconds=15),
|
||||
update_interval=timedelta(seconds=30),
|
||||
)
|
||||
|
||||
async def _async_update_data(self) -> PingResult:
|
||||
|
Loading…
x
Reference in New Issue
Block a user