Increase frequency of weatherkit updates (#105094)
parent
eadcceeed1
commit
19e193ae1d
|
@ -37,7 +37,7 @@ class WeatherKitDataUpdateCoordinator(DataUpdateCoordinator):
|
|||
hass=hass,
|
||||
logger=LOGGER,
|
||||
name=DOMAIN,
|
||||
update_interval=timedelta(minutes=15),
|
||||
update_interval=timedelta(minutes=5),
|
||||
)
|
||||
|
||||
async def update_supported_data_sets(self):
|
||||
|
|
|
@ -23,7 +23,7 @@ async def test_failed_updates(hass: HomeAssistant) -> None:
|
|||
):
|
||||
async_fire_time_changed(
|
||||
hass,
|
||||
utcnow() + timedelta(minutes=15),
|
||||
utcnow() + timedelta(minutes=5),
|
||||
)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
|
|
Loading…
Reference in New Issue