Skip to content

Commit

Permalink
increase update_interval to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n committed Jan 8, 2024
1 parent f27b42d commit eeb1779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/toyota/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async def async_get_vehicle_data() -> Optional[list[VehicleData]]:
_LOGGER,
name=DOMAIN,
update_method=async_get_vehicle_data,
update_interval=timedelta(seconds=120),
update_interval=timedelta(seconds=360),
)

await coordinator.async_config_entry_first_refresh()
Expand Down

0 comments on commit eeb1779

Please sign in to comment.