mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Increase frequency of weatherkit updates (#105094)
This commit is contained in:
parent
eadcceeed1
commit
19e193ae1d
@ -37,7 +37,7 @@ class WeatherKitDataUpdateCoordinator(DataUpdateCoordinator):
|
|||||||
hass=hass,
|
hass=hass,
|
||||||
logger=LOGGER,
|
logger=LOGGER,
|
||||||
name=DOMAIN,
|
name=DOMAIN,
|
||||||
update_interval=timedelta(minutes=15),
|
update_interval=timedelta(minutes=5),
|
||||||
)
|
)
|
||||||
|
|
||||||
async def update_supported_data_sets(self):
|
async def update_supported_data_sets(self):
|
||||||
|
@ -23,7 +23,7 @@ async def test_failed_updates(hass: HomeAssistant) -> None:
|
|||||||
):
|
):
|
||||||
async_fire_time_changed(
|
async_fire_time_changed(
|
||||||
hass,
|
hass,
|
||||||
utcnow() + timedelta(minutes=15),
|
utcnow() + timedelta(minutes=5),
|
||||||
)
|
)
|
||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user